// Copyright (C) 2007 Free Software Foundation // Contributed by Ollie Wild // Origin: Volker Reichelt // { dg-do compile } // PR 31749: ICE with redeclaration of builtin namespace std { union abort; } void abort(); using std::abort;