shithub: mc

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