shithub: mc

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