shithub: mc

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