shithub: mc

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

View raw version
use std

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