shithub: mc

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