PR c++/67273
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / builtin4.C
blobb1785dcc7fbef9bbe99b94b6e41410eefdb83d51
1 // Copyright (C) 2007 Free Software Foundation
2 // Contributed by Ollie Wild <aaw@google.com>
3 // Origin: Volker Reichelt <reichelt@gcc.gnu.org>
4 // { dg-do compile }
6 // PR 31749: ICE with redeclaration of builtin
8 namespace std
10   union abort;
13 union abort;
15 using std::abort; // { dg-error "" }