ipa-cp: Perform operations in the appropriate types (PR 118097)
[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 "" }