blob: 0930b45eea46dba557cf76e164625453dccb653e [file] [log] [blame]
// PR c++/28274
extern "C" {
void foo (int i, int j = 6);
void foo (int i = 4, int j);
}