static box Main { main() { local s = new StringBox("12") print("x = " + s) return 0 } }