shithub: mc

ref: 336413341a83ffd0294b16e2debe1ec5132fa19b
dir: /test/bsr.myr/

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