shithub: mc

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