[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / template / incomplete7.C
blob80b3e7bf8bf0f606c9fa091c6238b2e483fce2a9
1 // PR c++/72849
3 extern struct Foo a;
4 template <typename> void fn1() { a; }