shithub: mc

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

View raw version
use std

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