[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / template / error-recovery3.C
blobf8fd94b9db92f0b62857720236ed74d00e8500c5
1 // PR c++/48212
3 template < bool > void
4 foo ()
6   const bool b =;               // { dg-error "" }
7   foo < b > ();                 // { dg-error "" }