shithub: mc

ref: 97342365dc551b4ef0c07fe092f74abc8bf1b063
dir: /test/bsr.myr/

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