shithub: mc

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

View raw version
use std

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