shithub: mc

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