shithub: mc

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