2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / p8460.C
blob4e0f0d22c12d7eaf319f381f0d89bb5444675da9
1 // { dg-do assemble  }
2 // prms-id: 8460
4 class A {
5 public:
6   A();
7   A(int) { }
8   A(const A&) { }
9 private:
12 int main()
14   A a;
15   
16   a.A(1);       // { dg-error "" } cannot find name this way