shithub: mc

ref: 366eeda638702daf6f11b5594c301d691853fcec
dir: /test/bsr.myr/

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