OSDN Git Service

2012-12-15 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / lto / 20091022-2_0.C
1 // { dg-lto-do link }
2 // { dg-lto-options {{-O3 -flto -Winline}} }
3
4 #include <string>
5
6 int
7 main()
8 {
9   std::string i;
10   i = "abc";
11 }
12