shithub: mc

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

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