shithub: mc

ref: 61bf93a04f438f9ff1273a996b7d8030b1547259
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
}