2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.oliva / template9.C
blobc237dbc58485b0246e37eb21599aa7fe4b1570a9
1 // { dg-do assemble  }
3 // Copyright (C) 1999 Free Software Foundation
5 // by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6 // based on bug report by Philippe Bouchard <boucp00@DMI.USherb.CA>
8 struct foo {
9   template <class>
10   void bar() = 0; // { dg-error "" "" { xfail *-*-* } } invalid initializer -