2017-12-05 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / c-c++-common / dfp / func-vararg-alternate-d32.c
blob651b7e8c50fddcc717e26d58811d7733d77554c4
1 /* Simple test of vararg passing for problematic types with and without
2 double values passed between them. */
4 #define DTYPE _Decimal32
5 #define ONE 1.0df
6 #define THREE 3.0df
7 #define SEVEN 7.0df
8 #define ELEVEN 11.0df
9 #define INTS 1
11 #include "func-vararg-alternate.h"
13 int
14 main ()
16 doit ();
18 FINISH