shithub: mc

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