shithub: mc

ref: bf24b946be8f54d58030fe143453b269175b3461
dir: /test/bsr.myr/

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