(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
dfp/
c2x-keywords-1.c
       1  /* Test that _Decimal* keywords are accepted in C2X mode.  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-std=c2x -pedantic-errors" } */
       4  
       5  _Decimal32 d32;
       6  _Decimal64 d64;
       7  _Decimal128 d128;