shithub: mc

ref: 81f4aba2c5d9deec72312b0398209fcdb8439583
dir: /test/badop.myr/

View raw version
use std

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