(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
template/
error-recovery3.C
// PR c++/48212

template < bool > void
foo ()
{
  const bool b =;		// { dg-error "" }
  foo < b > ();			// { dg-error "" }
}