shithub: mc

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