shithub: mc

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