shithub: mc

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