* gcc.dg/dfp/func-vararg-alternate.h: New file.
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / func-vararg-alternate-d64.c
blob39470013ecdb34e21dc1c8f28dea34eccae1864d
1 /* { dg-options "-std=gnu99" } */
3 /* Simple test of vararg passing for problematic types with and without
4 double values passed between them. */
6 #define DTYPE _Decimal64
7 #define ONE 1.0dd
8 #define THREE 3.0dd
9 #define SEVEN 7.0dd
10 #define ELEVEN 11.0dd
11 #define INTS 2
13 #include "func-vararg-alternate.h"
15 int
16 main ()
18 doit ();
19 return 0;