shithub: mc

ref: 56741fafc347f664a0ef0aebae51054b544891ed
dir: /test/bsr.myr/

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