shithub: mc

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

View raw version
use std

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