shithub: mc

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

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