shithub: mc

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