shithub: mc

ref: 340cbfe1d94aa8065191eac10aec2dbe3922c100
dir: /test/bsr.myr/

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