shithub: mc

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