shithub: mc

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