shithub: mc

ref: 5d9e71b6e4724f04b04fdb70452a2459f545ec98
dir: /test/badop.myr/

View raw version
use std

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