shithub: mc

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