// Semantics test - ExternCall (console.log) static box Main { main() { print("Hello from semantics test!") return 42 } }