shithub: mc

ref: 552823815f7c52c16111045b638ba8bab322e7ac
dir: /test/badop.myr/

View raw version
use std

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