shithub: mc

ref: 4ac578a191635f9728dc66dd99b22cc54692b4ef
dir: /test/bsr.myr/

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