shithub: mc

ref: 49ea47caf3cb37e0fe667d3ed833d12d670bae68
dir: /test/bsr.myr/

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