shithub: mc

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

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