shithub: mc

ref: 781d516f7d1c081f2d90b9f94b30b3400f7abd5f
dir: /test/bsr.myr/

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