shithub: mc

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

View raw version
use std

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