shithub: mc

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