shithub: mc

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