shithub: mc

ref: 5007bc86a71fb725fe586acfc0d320e8f50c22b9
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
	std.exit(42)
}