shithub: mc

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