shithub: mc

ref: 8497641e91c1ef7f01222e960c9ac6c60c330424
dir: /test/stdopt-struct.myr/

View raw version
use std

type t = struct
	next	: std.option(int)
;;

const main = {
	std.exit(42)
}