shithub: mc

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