rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr39886.c

13 lines
143 B
C

/* PR middle-end/39886 */
int foo (int);
volatile unsigned char g;
void bar (int p)
{
char l = 0xE1;
func ((foo ((p & g) <= l), 1));
}