rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr22589-1.c

5 lines
66 B
C

int bar (char *foo)
{
return (long long) ((int) foo + 0) < 0;
}