shithub: mc

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