shithub: mc

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