shithub: mc

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