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(ci,_Complex int)
17 INITS(ci, _Complex int)
18 
19 TEST(Sci1, _Complex int)
20 TEST(Sci2, _Complex int)
21 TEST(Sci3, _Complex int)
22 TEST(Sci4, _Complex int)
23 TEST(Sci5, _Complex int)
24 TEST(Sci6, _Complex int)
25 TEST(Sci7, _Complex int)
26 TEST(Sci8, _Complex int)
27 TEST(Sci9, _Complex int)
28 TEST(Sci10, _Complex int)
29 TEST(Sci11, _Complex int)
30 TEST(Sci12, _Complex int)
31 TEST(Sci13, _Complex int)
32 TEST(Sci14, _Complex int)
33 TEST(Sci15, _Complex int)
34 TEST(Sci16, _Complex int)
35 #endif
36