shithub: mc

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

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