shithub: mc

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

View raw version
use std

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