shithub: mc

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