(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20091016-1_1.c
       1  typedef struct VEC_constructor_elt_gcx { } VEC_constructor_elt_gc;
       2  #include "20091016-1_a.h"
       3  struct gcc_target {
       4      void (* builtin_vec_perm) (tree*);
       5  };
       6  extern struct gcc_target targetm;
       7  void dwarf2out_begin_prologue (tree t)
       8  {
       9      (*targetm.builtin_vec_perm) (&t);
      10  }
      11  struct die_arg_entry_struct {
      12      tree arg;
      13  };
      14  void *gt_pch_p_20VEC_die_arg_entry_gc (struct die_arg_entry_struct *vec)
      15  {
      16      return &(vec->arg);
      17  }
      18