shithub: mc

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