shithub: mc

ref: de4e4e086705df3cf6ea86e92151aff077a8e768
dir: /test/tyrec.myr/

View raw version
use std
/* we just want to see if this file compiles */
type foo = struct
	v : foo#
;;

const main = {
	var v : foo
	std.exit(42)
}