shithub: mc

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