aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend/2002-07-30-VarArgsCallFailure.c
blob: dfe9d63c1b24483584d32b207ee93cfb1e4d7722 (plain)
1
2
3
4
5
6
#include <stdio.h>
int tcount;
void foo() {
	char Buf[10];
	sprintf(Buf, "n%%%d", tcount++);
}