shithub: mc

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