shithub: mc

ref: 841bbb2787781233f55833edada40e72bcf5530f
dir: /test/badop.myr/

View raw version
use std

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