shithub: mc

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