shithub: mc

ref: 6c434100fac87e19234389aba2329165827d0711
dir: /test/badop.myr/

View raw version
use std

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