shithub: mc

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