blob: 9e6dbd2169d4bde155a527e1d1ef9cb070aefd8a [file] [log] [blame]
// PR debug/27057
// { dg-do compile }
// { dg-options "-g -feliminate-dwarf2-dups" }
namespace N
{
}
struct A
{
void foo ();
};
void A::foo ()
{
using namespace N;
}