* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr34127.c
blob10d41acaf52f5a5c5e82404344ea08291b3599c5
1 static void
2 whichtable(char **pfmt)
4 --*pfmt;
6 void prepare_s(const char *fmt)
8 whichtable((char **)&fmt);