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
      16  DEFS(cf,_Complex float)
      17  INITS(cf, _Complex float)
      18  
      19  TEST(Scf1, _Complex float)
      20  TEST(Scf2, _Complex float)
      21  TEST(Scf3, _Complex float)
      22  TEST(Scf4, _Complex float)
      23  TEST(Scf5, _Complex float)
      24  TEST(Scf6, _Complex float)
      25  TEST(Scf7, _Complex float)
      26  TEST(Scf8, _Complex float)
      27  TEST(Scf9, _Complex float)
      28  TEST(Scf10, _Complex float)
      29  TEST(Scf11, _Complex float)
      30  TEST(Scf12, _Complex float)
      31  #endif