shithub: mc

ref: dc44267bd3418e713d4b0a51d441129b1119b366
dir: /test/badop.myr/

View raw version
use std

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