shithub: mc

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