shithub: mc

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

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