/* Test that _Decimal* keywords are accepted in C23 mode: compat warnings. */ /* { dg-do compile } */ /* { dg-options "-std=c23 -Wc11-c23-compat" } */ _Decimal32 d32; /* { dg-warning "ISO C does not support" } */ _Decimal64 d64; /* { dg-warning "ISO C does not support" } */ _Decimal128 d128; /* { dg-warning "ISO C does not support" } */