shithub: mc

ref: 2bc852bda98762d3bc01548bf972e3f1b137fbfb
dir: /test/badop.myr/

View raw version
use std

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