shithub: mc

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