shithub: mc

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

View raw version
use std

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