shithub: mc

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