shithub: mc

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