shithub: mc

ref: 2fdd2d8f45a906693613df15db38eafcccf68fca
dir: /test/badop.myr/

View raw version
use std

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