shithub: mc

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

View raw version
use std

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