blob: 68b80a37662380d18626e853cb329270e3e7bd12 [file] [log] [blame]
/* { dg-options "-std=c++14" } */
#include <map>
void test()
{
std::map<int, int> m;
}