shithub: mc

ref: 527bad788adf057d71faa98ed6e09952395abe50
dir: /test/badop.myr/

View raw version
use std

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