anon1.C   [plain text]


// { dg-do run  }
namespace{
  void f();
}

int main()
{
  f();
}

namespace{
  void f(){}
}