shithub: mc

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