shithub: mc

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