shithub: mc

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