shithub: mc

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

View raw version
use std

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