Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / lookup / builtin1.C
blob5f25f28896511a7ad2046bb694c371c085ef13a2
1 // PR c++/19367
2 // { dg-do link } 
4 void abort (void) { throw 3; }
6 namespace std { using ::abort; }
8 int main ()
10   using std::abort;
11   abort();