shithub: mc

ref: 71bba431594a726d16fe726a71c7c2e7ab6a04d1
dir: /test/bsr.myr/

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