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(cd,_Complex double)
17 INITS(cd, _Complex double)
18 
19 TEST(Scd13, _Complex double)
20 TEST(Scd14, _Complex double)
21 TEST(Scd15, _Complex double)
22 TEST(Scd16, _Complex double)
23 #endif
24