shithub: mc

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

View raw version
use std

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