blob: cecea834f8a33a873474d33e42b5aad3e49bc934 [file] [log] [blame]
template<bool B>
void f()
{
}
int main()
{
f<bool>(); // ERROR - .*
}