shithub: mc

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