Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
ptrmem3.C
blob: 09ae9db0a8e94b0cd75c3c1884e4af9f2423a36b [
file
] [
log
] [
blame
]
// { dg-do assemble }
class
c
{
void
(
c
::*
x
)();
public
:
void
f
()
{
this
->
x
();
}
// { dg-error "" } pointer-to-member
};