shithub: mc

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

View raw version
use std

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