eb119.C   [plain text]


template<bool B>
void f()
{
}

int main()
{
  f<bool>(); // ERROR - .*
}