1 /* Test that _Decimal* keywords diagnosed in C11 mode: -pedantic. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c11 -pedantic" } */
5 _Decimal32 d32
; /* { dg-warning "ISO C does not support" } */
6 _Decimal64 d64
; /* { dg-warning "ISO C does not support" } */
7 _Decimal128 d128
; /* { dg-warning "ISO C does not support" } */