shithub: mc

ref: 97342365dc551b4ef0c07fe092f74abc8bf1b063
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
}