blob: 8c96d60c7dd2fd325b972f8117f357b557b79835 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=c89" } */
/* Decimal float keywords are not recognized in C89 mode. */
_Decimal32 x; /* { dg-error "" } */
_Decimal64 y; /* { dg-error "" } */
_Decimal128 z; /* { dg-error "" } */