1 #include <stdarg.h>
2 
3 #include "compat-common.h"
4 
5 /* Turn off checking for variable arguments with -DSKIPVA.  */
6 #ifdef SKIPVA
7 const int test_va = 0;
8 #else
9 const int test_va = 1;
10 #endif
11 
12 #include "fp-struct-defs.h"
13 #include "fp-struct-init.h"
14 #include "fp-struct-test-by-value-y.h"
15 
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