shithub: mc

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