shithub: mc

ref: e7afb8cbbda5e7e375a9fec5f61460cec1052c1a
dir: /test/bsr.myr/

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