shithub: mc

ref: 8c252ab901a3375d608cb34619cafe9ac342bb36
dir: /test/badop.myr/

View raw version
use std

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