shithub: mc

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