shithub: mc

ref: 49570fb00b851ce47c9b8d5280284cc44490e0e9
dir: /test/badop.myr/

View raw version
use std

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