(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lto/
pr89358_1.C
/* { dg-options "-std=c++14"  } */
#include <map>

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