]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/g++.dg/lto/pr89358_0.C
2019-04-16 Dominique d'Humieres <dominiq@gcc.gnu.org>
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / lto / pr89358_0.C
CommitLineData
76567344 1/* { dg-lto-do link } */
2/* { dg-lto-options "-std=c++17" } */
008ae11c 3#include <map>
4
5extern void test();
6
7int main()
8{
9 std::map<int, int> m;
10 test();
11}