// PR c++/21581
// Test for anonymous namespace internal linkage
// { dg-do compile }
// { dg-final { scan-assembler-not "globl.*_ZN.*1fEv" { xfail *-*-aix* } } }
// { dg-require-visibility "" }
namespace
{
  int f() { return 0; }
}
// PR c++/21581
// Test for anonymous namespace internal linkage
// { dg-do compile }
// { dg-final { scan-assembler-not "globl.*_ZN.*1fEv" { xfail *-*-aix* } } }
// { dg-require-visibility "" }
namespace
{
  int f() { return 0; }
}