shithub: mc

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