shithub: mc

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

View raw version
use std

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