shithub: mc

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