FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.dg / parse / lookup1.C
blob0325d3c6926584dea149871d1a6d04d2476abba4
1 #include <list>
3 using namespace std;
5 template <class T, class Alloc>
6 class new_list : public list<T, Alloc> {
7 public:
8     typedef typename list<T, Alloc>::iterator iterator;
9 };