(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
visibility/
anon1.C
// 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; }
}