static box BasicTest { main() { print("Hello from BasicTest") return 0 } }