modernc.org/cc@v1.0.1/testdata/gcc-6.3.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  }