shithub: mc

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