shithub: mc

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

View raw version
use std

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