2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / misc2.C
blob8ac73676832bc5152f4fd4b73b2181f88fd192af
1 // { dg-do assemble  }
2 // { dg-options "-ansi -pedantic" }
3 // GROUPS passed
4 /* -ansi -pedantic-errors should catch this. */
6 class C {
7  public:
8   extern inline int A() {// { dg-error "" } .*
9         return 1;
10   }