aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/g++.dg/lto/pr45621_0.C
blob: 746079cdcebf60b9431448b1b2481b11173735cd (plain)
1
2
3
4
5
6
7
8
9
10
// { dg-lto-do assemble }
// { dg-extra-ld-options "-O2 -fipa-cp-clone -flto -nostdlib -r" }
#include "pr45621.h"

void
foo ()
{
  s.v1 ();
  s.m ();
}