libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / struct-by-value-16a_y.c
blob0575b3c1d81ebfefde154a4299f4ec44d59ee128
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(Scf13, _Complex float)
20 TEST(Scf14, _Complex float)
21 TEST(Scf15, _Complex float)
22 TEST(Scf16, _Complex float)
23 #endif