shithub: mc

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

View raw version
use std

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