shithub: mc

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