shithub: mc

ref: 0b99465823930170bb45c9264c10ed5936be5bb4
dir: /test/badop.myr/

View raw version
use std

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