shithub: mc

ref: 26f202d8488fa681de64153830846a3544bf9bdb
dir: /test/bsr.myr/

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