shithub: mc

ref: 4ea133ddac02791432ad26864fbdad4f1d49120f
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
}