shithub: mc

ref: ac8b661ee6190822024e142a62d1745d6d062093
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}