Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c23-floatn-4.c
blob: b1a21a02d4c760336235e3440062e8ecbf4d888c [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-std=c23 -pedantic-errors" } */
/* { dg-add-options float64x } */
/* { dg-require-effective-target float64x } */
_Float64x
a
=
1.0F64x
;
__extension__
_Float64x
b
=
2.0F64x
;