shithub: mc

ref: 66816792f7ab07880a1cc92d4ced4a115b100be3
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
}