shithub: mc

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

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