shithub: mc

ref: dc761f00dc490f161d42dc3f6f442d47f1444fce
dir: /test/bsr.myr/

View raw version
use std
/* should exit with status 5 */
const main = {
	var a = 42
	std.exit(a >> 3)
}