c++: Fix ICE with #embed/RAW_DATA_CST after list conversion [PR118671]
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / keywords-c99.c
blobf51900e380865546601ef3425a09a217337296f5
1 /* { dg-do compile } */
2 /* { dg-options "-std=c99 -pedantic-errors" } */
4 /* Decimal float keywords are diagnosed in pedantic C99 mode. */
6 _Decimal32 x; /* { dg-error "" } */
7 _Decimal64 y; /* { dg-error "" } */
8 _Decimal128 z; /* { dg-error "" } */