using14.C   [plain text]


// PR c++/21784
// { dg-options "" }

namespace mine
{
  int cpow;
}

using mine::cpow;