shithub: mc

ref: 918dc52272baa853d5e9a49f224e89cd55c8fd64
dir: /test/badop.myr/

View raw version
use std

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