shithub: mc

ref: 76fe8d4412f3854075000a0718e30abdfd7a9087
dir: /test/badop.myr/

View raw version
use std

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