libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / struct-by-value-16_y.c
blobce99a68a0c86f34d376c1ba41773caa5579ccd77
1 #include <stdarg.h>
3 #include "compat-common.h"
5 #ifdef SKIP_VA
6 const int test_va = 0;
7 #else
8 const int test_va = 1;
9 #endif
11 #include "fp-struct-defs.h"
12 #include "fp-struct-init.h"
13 #include "fp-struct-test-by-value-y.h"
15 #ifndef SKIP_COMPLEX
16 DEFS(cf,_Complex float)
17 INITS(cf, _Complex float)
19 TEST(Scf1, _Complex float)
20 TEST(Scf2, _Complex float)
21 TEST(Scf3, _Complex float)
22 TEST(Scf4, _Complex float)
23 TEST(Scf5, _Complex float)
24 TEST(Scf6, _Complex float)
25 TEST(Scf7, _Complex float)
26 TEST(Scf8, _Complex float)
27 TEST(Scf9, _Complex float)
28 TEST(Scf10, _Complex float)
29 TEST(Scf11, _Complex float)
30 TEST(Scf12, _Complex float)
31 #endif