shithub: mc

ref: a3087100fa88b5d6a420d20d6fa5808d63696170
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)
}