shithub: mc

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

View raw version
use std

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