shithub: mc

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