aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/bitint-11.c
blob: bf11206a46be8e0da9a8b0260ed4bd97e93dcab8 (plain)
1
2
3
4
5
6
7
8
9
/* PR c/102989 */
/* { dg-do compile { target bitint } } */
/* { dg-options "-O2 -std=c23 -pedantic-errors" } */

int
foo (_BitInt(127) x, _BitInt(127) y)
{
  return x < y;
}