Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
defarg3.C
blob: 5c81c69e6793fc5278ec589b601a512e85011af2 [
file
] [
log
] [
blame
]
struct
A
{
enum
{
value
=
10
};
A
()
{
f
();
}
static
int
f
(
int
i
=
value
);
};