shithub: mc

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