shithub: mc

ref: 28318bd41da29f6e406c55247414cdcf3d071a30
dir: /test/badop.myr/

View raw version
use std

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