aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr34127.c
blob: 10d41acaf52f5a5c5e82404344ea08291b3599c5 (plain)
1
2
3
4
5
6
7
8
9
static void 
whichtable(char **pfmt)
{
  --*pfmt;
}
void prepare_s(const char *fmt)
{
  whichtable((char **)&fmt);
}