shithub: mc

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

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