shithub: mc

ref: 316009dbb82807430d427476be00da1d6b836f62
dir: /test/bsr.myr/

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