shithub: mc

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

View raw version
use std

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