]> git.ipfire.org Git - thirdparty/gcc.git/blob - 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
1 /* { dg-lto-do link } */
2 /* { dg-lto-options "-std=c++17" } */
3 #include <map>
4
5 extern void test();
6
7 int main()
8 {
9 std::map<int, int> m;
10 test();
11 }