view gcc/testsuite/gcc.dg/pack-test-1.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source

/* 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;
};