shithub: mc

ref: 57658b905980f9536e4c0f01d3bfd0d327e26989
dir: /test/badop.myr/

View raw version
use std

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