shithub: mc

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