1 2 3 4 5 6 7 8
// { dg-do run } void f(const int &) { } void f(const float &); int main() { f(false); // { dg-bogus "" } }