shithub: mc

ref: 422bc7217a71af4a1485202bb1870d40fd504870
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
}