shithub: mc

ref: 72fb866e7e74af33ffb9872d3099fafee1725484
dir: /test/badop.myr/

View raw version
use std

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