Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
defarg14.C
blob: 0930b45eea46dba557cf76e164625453dccb653e [
file
] [
log
] [
blame
]
// PR c++/28274
extern
"C"
{
void
foo
(
int
i
,
int
j
=
6
);
void
foo
(
int
i
=
4
,
int
j
);
}