shithub: mc

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