shithub: mc

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