shithub: mc

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