shithub: mc

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