1 // PR c++/58561
2 // { dg-do compile { target c++14 } }
3 // { dg-options "-g" }
4 
5 auto foo();
6 
7 namespace N
8 {
9   using ::foo;
10 }
11