shithub: mc

ref: 2c27e157e7fcdc82a6f010dd63d1ee433b86fe1d
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)
}