shithub: mc

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