shithub: mc

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

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