shithub: mc

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