shithub: mc

ref: 6863b80514aa42c6983d412823970a8c80e0b0cc
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)
}