Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/pr80100.c

10 lines
174 B
C

/* PR middle-end/80100 */
/* { dg-do compile } */
/* { dg-options "-O2" } */
long int
foo (long int x)
{
return 2L | ((x - 1L) >> (__SIZEOF_LONG__ * __CHAR_BIT__ - 1));
}