Daily bump.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb33.C
blob50328ad490045ab1b07ddb3cdd10e65161557311
1 // { dg-do run  }
2 #include <fstream>
3 #include <cstdio>
5 int
6 main()
8     std::printf("If you see this, you don't have a problem!\n");
9 #ifdef EXPOSE_BUG
10     std::ifstream a;
11 #endif