shithub: mc

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