shithub: mc

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