shithub: mc

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

View raw version
use std

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