shithub: mc

ref: e255cf8c55c5d2f7fda955b1edcc6e721edd021a
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
	-> 42
}