1*0a6a1f1dSLionel Sambuc template <class T> class allocator; 2*0a6a1f1dSLionel Sambuc struct X { virtual allocator<char> f(); }; 3