shithub: mc

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