Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / bitint-11.c
blob1b257ec331e62697c35f36d33a06f64bb8958bec
1 /* PR c/102989 */
2 /* { dg-do compile { target bitint } } */
3 /* { dg-options "-O2 -std=c2x -pedantic-errors" } */
5 int
6 foo (_BitInt(127) x, _BitInt(127) y)
8 return x < y;