shithub: mc

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