template<typename T> struct Bob 
{
  struct M 
  {
    int m;
  };
};
