shithub: mc

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