// Test simple string creation static box Main { main() { local message = "Hello" return message } }