Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
pr84836.C
blob: 558003ad24e956eb5c0d7996b1111e94b0b2aadc [
file
] [
log
] [
blame
]
// PR c++/84836
// ICE popping local binding
void
foo
(
void
)
{
struct
A
;
void
A
(
int
);
void
A
(
long
);
}