aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.robertl/eb33.C
blob: 9664f42e941b474261a38c2ecd57130b3f57abb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <fstream>
#include <cstdio>

int
main()
{
    std::printf("If you see this, you don't have a problem!\n");
#ifdef EXPOSE_BUG
    std::ifstream a;
#endif
}