shithub: mc

ref: 88cbe95a616e1cd947d0e30ab19368602b00b753
dir: /test/badop.myr/

View raw version
use std

const main = {
	var x
	x = "a" + "b"
}