shithub: mc

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

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