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

     1  void ucs2reverse_internal_loop_single (long *irreversible, int foo)
     2  {
     3      unsigned char bytebuf[2];
     4      const unsigned char *inptr = bytebuf;
     5      if (irreversible == (void *)0)
     6  	;
     7      else 
     8  	inptr += 2;
     9      if (inptr != bytebuf)
    10  	((inptr - bytebuf > foo) ? (void) (0) : __assert_fail ());
    11  }