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(cl,_Complex long)
17 INITS(cl, _Complex long)
18 
19 TEST(Scl1, _Complex long)
20 TEST(Scl2, _Complex long)
21 TEST(Scl3, _Complex long)
22 TEST(Scl4, _Complex long)
23 TEST(Scl5, _Complex long)
24 TEST(Scl6, _Complex long)
25 TEST(Scl7, _Complex long)
26 TEST(Scl8, _Complex long)
27 TEST(Scl9, _Complex long)
28 TEST(Scl10, _Complex long)
29 TEST(Scl11, _Complex long)
30 TEST(Scl12, _Complex long)
31 TEST(Scl13, _Complex long)
32 TEST(Scl14, _Complex long)
33 TEST(Scl15, _Complex long)
34 TEST(Scl16, _Complex long)
35 #endif
36