#include <map>

typedef int int32;

struct foo
{
  std::map<int, int32> bar = std::map<int, int32>{};
};
