Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.brendan / warnings1.C
blobc73eef77e576d6d23f8d3561a844e03457211f59
1 // { dg-do assemble  }
2 // { dg-options "-Wctor-dtor-privacy" }
3 // GROUPS passed warnings
4 // there should be a warning about foo only defining private methods
5 class foo { // { dg-error "" } .*
6   int bar();
7 };