shithub: mc

ref: 83b338addfe2942fe18283be01064fc169214961
dir: /test/badop.myr/

View raw version
use std

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