shithub: mc

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