shithub: mc

ref: 90e26e0f687da28530b3b967df0cedf20407c071
dir: /test/bsr.myr/

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