(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
dfp/
constants.c
       1  /* { dg-do compile } */
       2  
       3  /* N1150 6: Constants.
       4     C99 6.4.4.2: Floating constants.  */
       5  
       6  _Decimal32 a = 1.1df;
       7  _Decimal32 b = -.003DF;
       8  _Decimal64 c = 11e-1dl;
       9  _Decimal64 d = -.3DL;
      10  _Decimal128 e = 000.3e0dl;
      11  _Decimal128 f = 3000300030003e0DL;