* Makefile.in: Rebuilt.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.law / operators34.C
blob316500e5841ef270e2701b9e80bdf80583d46b38
1 // Build don't link: 
2 // GROUPS passed operators
3 class A {
4     public:
5       A() {
6       }
7 };
9 static class A *A_new_() {
10     return new class A;