shithub: mc

ref: 2e48449a7eff16d5e1c47938747f1b35c1440ee3
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)
}