Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.law / operators34.C
blob069f81504ba7771cb2e80c8eb965c989d9d14057
1 // { dg-do assemble  }
2 // GROUPS passed operators
3 class A {
4     public:
5       A() {
6       }
7 };
9 static class A *A_new_() {
10     return new class A;