shithub: mc

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