shithub: mc

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

View raw version
use std

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