blob: a3a1da536f0018cf6dbc85bdf694122c18392408 [file] [log] [blame]
/* Test that _Decimal* keywords are accepted in C2X mode. */
/* { dg-do compile } */
/* { dg-options "-std=c2x -pedantic-errors" } */
_Decimal32 d32;
_Decimal64 d64;
_Decimal128 d128;