shithub: mc

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

View raw version
use std

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