shithub: mc

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