blob: bf11206a46be8e0da9a8b0260ed4bd97e93dcab8 [file] [log] [blame]
/* 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;
}