shithub: mc

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