2 // Origin: Giovanni Bajo <giovannibajo at gcc dot gnu dot org>
3 // DR1: What if two using-declarations refer to the same function but the
4 // declarations introduce different default-arguments?
7 extern "C" void f(int = 5);
10 extern "C" void f(int = 5);
17 f(); // { dg-error "" "" { xfail *-*-* } }