Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / overload27.C
blob4fd11752d5a6d42b3bd3c6e6a78dbb6e45ef2f78
1 // { dg-do run  }
2 void f(const int &) { }
3 void f(const float &);
5 int main()
7     f(false);                   // { dg-bogus "" }