blob: 123018dd1b5cd5ae7ed0f6fe571e675d43bee51c [file] [log] [blame]
void f(const int &) { }
void f(const float &);
int main()
{
f(false); // gets bogus error
}