New testcase distilled from trying to compile burg with LLVM
[oota-llvm.git] / test / CFrontend / 2002-07-30-VarArgsCallFailure.c
1 #include <stdio.h>
2 int tcount;
3 void foo() {
4         char Buf[10];
5         sprintf(Buf, "n%%%d", tcount++);
6 }