shithub: mc

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