Create embedded-5_0-branch branch for development on ARM embedded cores.
[official-gcc.git] / embedded-5_0-branch / gcc / testsuite / c-c++-common / dfp / func-vararg-alternate-d128.c
blob8d452eadc38fb04ae13e7ea849b0b4e9832c29d8
1 /* Simple test of vararg passing for problematic types with and without
2 double values passed between them. */
4 #define DTYPE _Decimal128
5 #define ONE 1.0dl
6 #define THREE 3.0dl
7 #define SEVEN 7.0dl
8 #define ELEVEN 11.0dl
9 #define INTS 4
11 #include "func-vararg-alternate.h"
13 int
14 main ()
16 doit ();
18 FINISH