shithub: mc

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