blob: 9492c7985550627591257a89bb030f8936cc82f4 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -pedantic" } */
/* Decimal float is a GCC extension. */
_Decimal32 x; /* { dg-warning "GCC extension|ISO C" } */
_Decimal64 y; /* { dg-warning "GCC extension|ISO C" } */
_Decimal128 z; /* { dg-warning "GCC extension|ISO C" } */