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

     1  /* PR middle-end/8408 */
     2  /* Verify that the recognizer explicitly
     3     handles ADDRESSOF operands. */
     4  
     5  void foo(void)
     6  {
     7    double d1 = 3.14159, d2;
     8    if (&d2 == &d1)
     9       ;
    10  }