shithub: mc

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