shithub: mc

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