modernc.org/cc@v1.0.1/testdata/gcc-6.3.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  }