shithub: mc

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

View raw version
use std

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