Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / builtin3.C
blob3a29d878313e2712760cae8ee7dc2cd894355111
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 void abort();
15 using std::abort;