shithub: mc

ref: 083432b480b73587dd8381f072c0a3072d9c2b26
dir: /test/badop.myr/

View raw version
use std

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