Rebase.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.oliva / template9.C
blob02be37a5f9977b10d8ca4831fbcc3c5882656bd7
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 "virtual" }