shithub: mc

ref: 5e1154d69efc86f5fe3831b047e3531d9cfd3478
dir: /test/bsr.myr/

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