shithub: mc

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