shithub: mc

ref: d2672685e9a9e2fe291215f4ca749a29f4e895a1
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
}