shithub: mc

ref: 3f65d0e80c706fb06d946512d69421209071694e
dir: /test/bsr.myr/

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