shithub: mc

ref: 1f57c415f58c7d9f102714d8ec1385d26b6ec8ed
dir: /test/bsr.myr/

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