1 /* { dg-do compile } */
2 /* { dg-options "-std=c23 -Wc11-c23-compat" } */
3 /* { dg-add-options float64x } */
4 /* { dg-require-effective-target float64x } */
6 _Float64x a
/* { dg-warning "ISO C does not support the '_Float64x' type before C23" } */
7 = 1.0F64x
; /* { dg-warning "non-standard suffix on floating constant before C23" } */
8 __extension__ _Float64x b