anon1.C   [plain text]


namespace{
  void f();
}

int main()
{
  f();
}

namespace{
  void f(){}
}