shithub: mc

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

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