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

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