shithub: mc

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