(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
compat/
struct-by-value-16a_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
      16  DEFS(cf,_Complex float)
      17  INITS(cf, _Complex float)
      18  
      19  TEST(Scf13, _Complex float)
      20  TEST(Scf14, _Complex float)
      21  TEST(Scf15, _Complex float)
      22  TEST(Scf16, _Complex float)
      23  #endif