* c-common.c (get_priority): Add check for
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / lookup1.C
blob81417fe63c31eb9b1210e6e128c4a39cc12d4750
1 // { dg-do assemble  }
3 template <class T, class Allocator>
4   struct __vector_alloc_base 
5
6   typedef int allocator_type; 
7 };
9 template <class T>
10   struct vector :  __vector_alloc_base<T,int> 
12   typedef short allocator_type;
13   explicit vector(const allocator_type& a = allocator_type()) {}