shithub: mc

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