shithub: mc

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