shithub: mc

ref: 929f32cdbdde111265b1a04605464c9182605e2a
dir: /test/badop.myr/

View raw version
use std

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