shithub: mc

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