shithub: mc

ref: 93693aa92f138cb893f5ce41ee95b34f10fcdb71
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)
}