rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr34127.c

10 lines
117 B
C

static void
whichtable(char **pfmt)
{
--*pfmt;
}
void prepare_s(const char *fmt)
{
whichtable((char **)&fmt);
}