shithub: mc

ref: 093dd263b29bd0014d4869d7bca8520cc382952e
dir: /test/bsr.myr/

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