shithub: mc

ref: 34266f6c2a32738635087821af26dd1e4f58217d
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)
}