rt_gccstream/gcc/testsuite/gcc.dg/dfp/keywords-c99.c

9 lines
232 B
C

/* { dg-do compile } */
/* { dg-options "-std=c99" } */
/* Decimal float keywords are not recognized in C99 mode. */
_Decimal32 x; /* { dg-error "" } */
_Decimal64 y; /* { dg-error "" } */
_Decimal128 z; /* { dg-error "" } */