shithub: mc

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