shithub: mc

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