shithub: mc

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