LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / struct-by-value-13_y.c
blob7a3657e0f01e0f1a152a4c9594cc23ae9c269793
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(ci,_Complex int)
17 INITS(ci, _Complex int)
19 TEST(Sci1, _Complex int)
20 TEST(Sci2, _Complex int)
21 TEST(Sci3, _Complex int)
22 TEST(Sci4, _Complex int)
23 TEST(Sci5, _Complex int)
24 TEST(Sci6, _Complex int)
25 TEST(Sci7, _Complex int)
26 TEST(Sci8, _Complex int)
27 TEST(Sci9, _Complex int)
28 TEST(Sci10, _Complex int)
29 TEST(Sci11, _Complex int)
30 TEST(Sci12, _Complex int)
31 TEST(Sci13, _Complex int)
32 TEST(Sci14, _Complex int)
33 TEST(Sci15, _Complex int)
34 TEST(Sci16, _Complex int)
35 #endif