shithub: mc

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

View raw version
use std

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