shithub: mc

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