shithub: mc

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