2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / lookup2.C
blobfff53fa90dce4374a4e12e8459bd0c8caf3147cc
1 // { dg-do assemble  }
2 template <class charT>
3 struct basic_string
5   charT append (charT c)
6     { return c; }
7 };
8 typedef char c;
9 template class basic_string <char>;