shithub: mc

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