blob: 328c60c2fb18e7276e82c3f05e98d3417f567ec2 [file] [log] [blame]
/* { dg-lto-do link } */
/* { dg-lto-options "-std=c++17" } */
#include <map>
extern void test();
int main()
{
std::map<int, int> m;
test();
}