shithub: mc

ref: 9d11b6dbcecb0ed2013043bbff1dea9ac0355c7b
dir: /test/bsr.myr/

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