shithub: mc

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