shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}