shithub: mc

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