[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / pr46065.C
blob75c171db69e8844e99dbf3c19592c69c03bbba07
1 // PR c++/46065
2 // { dg-do compile }
4 void bar ();
6 void
7 foo ()
9   using ::bar;
10 label:;