summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/lto/20091016-1_0.c
blob: 39a04b950bfc86983ec756e1f77d6bfba87db53b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-lto-do link } */
/* { dg-lto-options {{-fPIC -r -nostdlib -O2 -flto}} } */

typedef struct VEC_constructor_elt_gc { } VEC_constructor_elt_gc;
#include "20091016-1_a.h"
struct stmt_tree_s {
    tree x_cur_stmt_list;
};
void *add_stmt (struct stmt_tree_s *x)
{
  return &x->x_cur_stmt_list;
}