shithub: mc

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

View raw version
use std

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