shithub: mc

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