shithub: mc

ref: 25f2319f74103671395d0c151c550abe16928f62
dir: /test/badop.myr/

View raw version
use std

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