shithub: mc

ref: 6368976a9e8e4121c5867ec81842e1d4bac55351
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)
}