shithub: mc

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