shithub: mc

ref: 118c93adea60980900d8976944f2eb05496783d2
dir: /test/badop.myr/

View raw version
use std

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