shithub: mc

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