shithub: mc

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