aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pack-test-1.h
blob: f4889fabef6395dbba5806d4fecd21b52adfd902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Helper file, included repeatedly by pack-test-1.c.  */

struct SNAME {
  char f0;
  double f1;
  short f2;
  double f3;
  int f4;
  double f5;
  double f6;
  double f7;
};