(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lookup/
using14.C
// PR c++/21784
// { dg-options "" }

namespace mine
{
  int cpow;
}

using mine::cpow;