shithub: mc

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