shithub: mc

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