shithub: mc

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

View raw version
use std

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