x.h 79 Bytes
template <class T> class allocator;
struct X { virtual allocator<char> f(); };