shithub: mc

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