blob: 89ea883391775735aa5627bdfddae256f820ae86 [file] [log] [blame]
#include <new>
#include <exception>
#include <cstdio>
int foo(void)
{
::printf("Hello ");
throw std::exception();
}