shithub: mc

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