(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lookup/
builtin3.C
// Copyright (C) 2007 Free Software Foundation
// Contributed by Ollie Wild <aaw@google.com>
// Origin: Volker Reichelt <reichelt@gcc.gnu.org>
// { dg-do compile }

// PR 31749: ICE with redeclaration of builtin

namespace std
{
  union abort;
}

void abort();

using std::abort;