shithub: mc

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