shithub: mc

ref: 982a5bf2f128f46a3d8c814b199282435f64becb
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}