shithub: mc

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