]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pack-test-1.h
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pack-test-1.h
1 /* Helper file, included repeatedly by pack-test-1.c. */
2
3 struct SNAME {
4 char f0;
5 double f1;
6 short f2;
7 double f3;
8 int f4;
9 double f5;
10 double f6;
11 double f7;
12 };