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

     1  struct s { char p[2]; };
     2  static struct s v;
     3  const int o0 = (int) ((void *) &v.p[0] - (void *) &v) + 0U;
     4  const int o1 = (int) ((void *) &v.p[0] - (void *) &v) + 1U;