shithub: mc

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