blob: cdce478adc74d22368f54f76bdc98e3ae2207181 [file] [log] [blame]
int tcount;
void test(char *, const char*, int);
void foo() {
char Buf[10];
test(Buf, "n%%%d", tcount++);
}