shithub: mc

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