shithub: mc

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

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