shithub: mc

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