2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / t32a.C
blobd4456d9bf3c1b3c147c18588951750c2e633076a
1 // { dg-do assemble  }
3 struct A {
4   int x;
5   int y ();
6   int z ();
7   int foo (int j);
8 };
10 int A::foo (int q) { return q + (this->*(x ? &A::y : &A::z)) (); }      // { dg-bogus "" }