/* { dg-options "-std=c++14"  } */
#include <map>

void test()
{
        std::map<int, int> m;
}
