shithub: mc

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