keywords-c99.c   [plain text]


/* { dg-do compile } */
/* { dg-options "-std=c99" } */

/* Decimal float keywords are not recognized in C99 mode.  */

_Decimal32 x;		/* { dg-error "error" } */
_Decimal64 y;		/* { dg-error "error" } */
_Decimal128 z;		/* { dg-error "error" } */