Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.other / pmf2.C
blobe28a77022204ac4653b680e3daf69ef5ad47bcd4
1 // { dg-do assemble  }
3 // submitted by David C Binderman <dcb@pncl.co.uk>
5 struct S
7         void f();
8 };
10 void (S ::* pmf) ();
12 S * pf;
14 void
15 f()
17         pmf = & pf->f; // { dg-error "" } not a valid pmf expression