shithub: mc

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