shithub: mc

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