#include #include #include int foo(void) { ::printf("Hello "); throw std::exception(); }