shithub: mc

ref: 9ce53dbcee324f705af4011390b771c318f12b6b
dir: /test/bsr.myr/

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