shithub: mc

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

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