shithub: mc

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