FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb33.C
blob9664f42e941b474261a38c2ecd57130b3f57abb9
1 #include <fstream>
2 #include <cstdio>
4 int
5 main()
7     std::printf("If you see this, you don't have a problem!\n");
8 #ifdef EXPOSE_BUG
9     std::ifstream a;
10 #endif