shithub: mc

ref: 11755c230ea87f02e334978daa731f1c31815986
dir: /test/bsr.myr/

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