shithub: mc

ref: 6137499d82a91ff950f9f3da7e48c2388a76d507
dir: /test/badop.myr/

View raw version
use std

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