shithub: mc

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

View raw version
use std

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