shithub: mc

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