shithub: mc

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