shithub: mc

ref: 6950e5fccf4ebe1da730493bca2284e092b43e90
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)
}