[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git] / gcc / testsuite / g++.dg / debug / pr16792.C
blob0efcbfa74eb69e9ad8d92e1bc8460f1249b749e9
1 // { dg-do compile }
3 struct S { S(); };
4 int foo (S b, double j) { return 0; };
6 int main ()
8   int foo (S, double);
9   S v;