shithub: mc

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