aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lto/20081022_0.C
blob: 219f92d6a9607f8794e560132a1a5ab940cccc4f (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "20081022.h"

int
f (foo * a)
{
  return a->bar ();
}

main()
{
}