shithub: mc

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