shithub: mc

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