shithub: mc

ref: 795ee8f8c9ef7eae69fdd2d00bfc4b7753e31dbb
dir: /test/bsr.myr/

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