shithub: mc

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