shithub: mc

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