shithub: mc

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