shithub: mc

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

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