Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / c23-floatn-2.c
blob808438a2b081b9ca0286d7b1e35b5944f1ad85b2
1 /* { dg-do compile } */
2 /* { dg-options "-std=c23 -pedantic-errors" } */
3 /* { dg-add-options float128 } */
4 /* { dg-require-effective-target float128 } */
6 _Float128 a
7 = 1.0F128;
8 __extension__ _Float128 b
9 = 2.0F128;