2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.oliva / template6.C
blobf31d677afb0f06773c36950eef3f7eabb36fe8a9
1 // { dg-do assemble  }
3 // Copyright (C) 1999 Free Software Foundation
5 // by Alexandre Oliva <oliva@dcc.unicamp.br>
6 // simplified from bug report by Meenaradchagan Vishnu <mvishnu@fore.com>
8 template <typename> struct foo {};
9 template <> void foo(); // { dg-error "" } bad specialization