shithub: mc

ref: 6b0a400370a39fdb924cb9172ef2241f7fc2a096
dir: /test/badop.myr/

View raw version
use std

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