shithub: mc

ref: 3aac04fb7bef769b7d3fc6389c7dd76ea196fdc0
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
}