2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / synth4.C
blobc35780cc3c8faf6dc0edeb67a429ff7d9cc22814
1 // { dg-do assemble  }
3 struct X {
4   X();
5 };
6 typedef void (X::*mfp)();
7 struct Y {
8   Y();
9   mfp memfp;
11 void f()
13   Y *y1, *y2 ;
14   *y1 = *y2;             // { dg-bogus "" } failed to synthesize op=