shithub: mc

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

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