modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/a3.c (about)

     1  foo (a)
     2  {
     3    int i;
     4  
     5    for (i = 1;  i < a; i++)
     6      ;
     7    {
     8      int b = (int) &foo;
     9  
    10      return (a & b) == 0;
    11    }
    12  }