2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / net20.C
blobe972013a0568037256e054a13416e21d300ad365
1 // { dg-do assemble  }
2 // A pointer to member function test case.
4 struct X
6 };
8 void (X::* fee ())()
10  lab: goto lab;
11  return 0;