shithub: mc

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