aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lto/20091022-2_0.C
blob: 29ed9b6b0a0641f2c4d443d04d2dd1c6530a50a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// { dg-lto-do link }
// { dg-lto-options {{-O3 -flto -Winline}} }

#include <string>

int
main()
{
  std::string i;
  i = "abc";
}