1 /* { dg-do compile } */
3 /* N1150 3: Decimal floating types.
4 C99 6.4.1(2): Keywords.
5 Decimal float keywords cannot be used in other contexts. */
7 int _Decimal32 (void) /* { dg-error "" } */
14 int _Decimal64
= i
* 2; /* { dg-error "" } */
15 return _Decimal64
; /* { dg-error "" } */