shithub: mc

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