libstdc++: Make some _Hashtable members inline
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / c23-keywords-1.c
blob9e7f4d93ea0a42917339eb911ff0c2b4f8a77dea
1 /* Test that _Decimal* keywords are accepted in C23 mode. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c23 -pedantic-errors" } */
5 _Decimal32 d32;
6 _Decimal64 d64;
7 _Decimal128 d128;