LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / struct-by-value-11_y.c
blobc4e47fc35494812ba662b6cfea9e69cb73e79ec7
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_INT
16 DEFS(cc,_Complex char)
17 INITS(cc, _Complex char)
19 TEST(Scc1, _Complex char)
20 TEST(Scc2, _Complex char)
21 TEST(Scc3, _Complex char)
22 TEST(Scc4, _Complex char)
23 TEST(Scc5, _Complex char)
24 TEST(Scc6, _Complex char)
25 TEST(Scc7, _Complex char)
26 TEST(Scc8, _Complex char)
27 TEST(Scc9, _Complex char)
28 TEST(Scc10, _Complex char)
29 TEST(Scc11, _Complex char)
30 TEST(Scc12, _Complex char)
31 TEST(Scc13, _Complex char)
32 TEST(Scc14, _Complex char)
33 TEST(Scc15, _Complex char)
34 TEST(Scc16, _Complex char)
35 #endif