Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.jason / warning9.C
blob775a37ca33da5795b48c7bcb94b1e9ce23a940f4
1 // { dg-do assemble  }
2 // { dg-options "-Wsynth" }
4 struct A {
5   operator int ();
6   A& operator= (int);
7 };
9 int
10 main()
12   A a, b;
14   a = b;