shithub: mc

ref: 906384e5b4f4d1dfbf045184717668fe99610d53
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}