shithub: mc

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

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