OSDN Git Service

3797ab3740f317631e6f836e5c3a0635c687cccd
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb33.C
1 #include <fstream.h>
2 #include <stdio.h>
3
4 int
5 main()
6 {
7     printf("If you see this, you don't have a problem!\n");
8 #ifdef EXPOSE_BUG
9     ifstream a;
10 #endif
11 }