shithub: mc

ref: 4a22a055638ba409f6232d4ac6967c0fa20eade4
dir: /test/bsr.myr/

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