shithub: mc

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