shithub: mc

ref: 8fe6f9a431955e1fbede7bd3b37a7976f5161b57
dir: /test/bsr.myr/

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