shithub: mc

ref: 45e91dd432edaa124a2699b5d35a3a86f6eedfad
dir: /test/badop.myr/

View raw version
use std

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