shithub: mc

ref: 42a818c93ff5762836fe6951692fb8165e8fd284
dir: /test/badop.myr/

View raw version
use std

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