shithub: mc

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