Sign in
gnu
/
gcc
/
refs/heads/devel/c++-contracts
/
.
/
gcc
/
testsuite
/
g++.dg
/
init
/
ptrmem3.C
blob: 95b60379b401b803cfd77e775045cd865026c660 [
file
] [
log
] [
blame
]
// PR c++/28148
struct
foo
{
public
:
virtual
int
bar
(
int
);
};
void
(
foo
::*
__Virtual__foo__Var1
)()
=
(
void
(
foo
::*)())(&
foo
::
bar
);