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

     1  void foo ()
     2  {
     3    int x1, x2, x3;
     4  
     5    bar (&x2 - &x1, &x3 - &x2);
     6  }