Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.robertl
/
eb33.C
blob: 50328ad490045ab1b07ddb3cdd10e65161557311 [
file
] [
log
] [
blame
]
// { dg-do run }
#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
}