1 /* { dg-lto-do link } */
2 /* { dg-require-effective-target fpic } */
3 /* { dg-lto-options {{-fPIC -r -nostdlib -O2 -flto}} } */
4 
5 typedef struct VEC_constructor_elt_gc { } VEC_constructor_elt_gc;
6 #include "20091016-1_a.h"
7 struct stmt_tree_s {
8     tree x_cur_stmt_list;
9 };
add_stmt(struct stmt_tree_s * x)10 void *add_stmt (struct stmt_tree_s *x)
11 {
12   return &x->x_cur_stmt_list;
13 }
14 
15