shithub: mc

ref: 7995daaac821589017ac35340559805ec99c946a
dir: /test/badop.myr/

View raw version
use std

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