shithub: mc

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