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

     1  static void 
     2  whichtable(char **pfmt)
     3  {
     4    --*pfmt;
     5  }
     6  void prepare_s(const char *fmt)
     7  {
     8    whichtable((char **)&fmt);
     9  }