shithub: mc

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

View raw version
use std

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