shithub: mc

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