shithub: mc

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

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