2015-10-17 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / c-c++-common / dfp / func-vararg-alternate-d64.c
blob86b475d2ada5bec7b8a1e50e32ab7eb19a16d621
1 /* Simple test of vararg passing for problematic types with and without
2 double values passed between them. */
4 #define DTYPE _Decimal64
5 #define ONE 1.0dd
6 #define THREE 3.0dd
7 #define SEVEN 7.0dd
8 #define ELEVEN 11.0dd
9 #define INTS 2
11 #include "func-vararg-alternate.h"
13 int
14 main ()
16 doit ();
18 FINISH