shithub: mc

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