Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.mike / net2.C
blobc9aff266fdb41ae456cb004df75a523c3d9b6037
1 // { dg-do assemble  }
2 // Here is another program from the net.
4 class B;
6 class A {                       // { dg-error "" } copy ctor candidate
7   private:
8     A(B *);                     // { dg-error "" } 
9   public:
10     A(long);                    // { dg-error "" } 
13 A a(0); // { dg-error "" } should be ambigious