OSDN Git Service

2007-06-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / fesd-any.h
1 #include "fesd.h"
2
3 struct gstruct_base_ordy_decl_not;
4 struct gstruct_base_ordy_defn_not { int field_base_ordy_defn_not; };
5
6 struct gstruct_base_ordy_decl_ref_base;
7 struct gstruct_base_ordy_defn_ref_base { int field_base_ordy_defn_ref_base; };
8 struct gstruct_base_ordy_defn_ptr_base { int field_base_ordy_defn_ptr_base; };
9 struct gstruct_base_ordy_defn_fld_base { int field_base_ordy_defn_fld_base; };
10 struct gstruct_base_ordy_defn_var_base {
11     struct gstruct_head_ordy_decl_ref_base *field1_base_ordy_defn_var_base_inc;
12     struct gstruct_head_ordy_defn_ref_base *field1_base_ordy_defn_var_base_ref;
13     struct gstruct_head_ordy_defn_ptr_base *field1_base_ordy_defn_var_base_ptr;
14     struct gstruct_head_ordy_defn_fld_base  field1_base_ordy_defn_var_base_fld;
15     struct gstruct_base_ordy_decl_ref_base *field2_base_ordy_defn_var_base_inc;
16     struct gstruct_base_ordy_defn_ref_base *field2_base_ordy_defn_var_base_ref;
17     struct gstruct_base_ordy_defn_ptr_base *field2_base_ordy_defn_var_base_ptr;
18     struct gstruct_base_ordy_defn_fld_base  field2_base_ordy_defn_var_base_fld;
19 };