For example, this code prints "Hello, World!" in recent versions of clang: #include <iostream> int main() { while (true) ; } void unreachable() { std::cout << "Hello world!" << std::endl; }
https://hails.org/system/media_attachments/files/112/147/778/634/127/097/original/15ca4b19581a4d30.png