libstdc++: Make some _Hashtable members inline
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / c23-keywords-2.c
blob26cefd769546332821fc213a4110f8c4eff80dce
1 /* Test that _Decimal* keywords are accepted in C23 mode: compat warnings. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c23 -Wc11-c23-compat" } */
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" } */