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