shithub: mc

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