shithub: mc

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