Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / bitint-11.c
blobbf11206a46be8e0da9a8b0260ed4bd97e93dcab8
1 /* PR c/102989 */
2 /* { dg-do compile { target bitint } } */
3 /* { dg-options "-O2 -std=c23 -pedantic-errors" } */
5 int
6 foo (_BitInt(127) x, _BitInt(127) y)
8 return x < y;