aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/g++.dg/lto/pr45621.h
blob: 81a764225c7b0efcef4c6f7787c59d8bf075e2b1 (plain)
1
2
3
4
5
6
7
8
struct S
{
  void m ();
  virtual void v1 ();
  virtual void v2 ();
};

extern S s;