shithub: mc

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

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