shithub: mc

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

View raw version
use std

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