shithub: mc

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

View raw version
use std

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