shithub: mc

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

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