(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
compat/
struct-by-value-12_y.c
       1  #include <stdarg.h>
       2  
       3  #include "compat-common.h"
       4  
       5  #ifdef SKIP_VA
       6  const int test_va = 0;
       7  #else
       8  const int test_va = 1;
       9  #endif
      10  
      11  #include "fp-struct-defs.h"
      12  #include "fp-struct-init.h"
      13  #include "fp-struct-test-by-value-y.h"
      14  
      15  #ifndef SKIP_COMPLEX_INT
      16  DEFS(cs,_Complex short)
      17  INITS(cs, _Complex short)
      18  
      19  TEST(Scs1, _Complex short)
      20  TEST(Scs2, _Complex short)
      21  TEST(Scs3, _Complex short)
      22  TEST(Scs4, _Complex short)
      23  TEST(Scs5, _Complex short)
      24  TEST(Scs6, _Complex short)
      25  TEST(Scs7, _Complex short)
      26  TEST(Scs8, _Complex short)
      27  TEST(Scs9, _Complex short)
      28  TEST(Scs10, _Complex short)
      29  TEST(Scs11, _Complex short)
      30  TEST(Scs12, _Complex short)
      31  TEST(Scs13, _Complex short)
      32  TEST(Scs14, _Complex short)
      33  TEST(Scs15, _Complex short)
      34  TEST(Scs16, _Complex short)
      35  #endif