shithub: mc

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