PR c/49859
[official-gcc.git] / gcc / testsuite / g++.dg / parse / defarg14.C
blob0930b45eea46dba557cf76e164625453dccb653e
1 // PR c++/28274
3 extern "C" {
4 void foo (int i, int j = 6);
5 void foo (int i = 4, int j);