summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/lto/20081022_0.C
blob: 92d463b1cde4dd9413fffaff4df2ca44f84e4f05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "20081022.h"

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

int
main()
{
  return 0;
}