shithub: mc

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

View raw version
use std

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