shithub: mc

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