shithub: mc

ref: 71f6a35ffe9d75fa51f059f261a671c5561d14b6
dir: /test/bsr.myr/

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