shithub: mc

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

View raw version
use std

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