shithub: mc

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

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