shithub: mc

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

View raw version
use std

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