shithub: mc

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