summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2002-07-30-VarArgsCallFailure.c
blob: b37a462220b28e05e263eb1f9d42915db0b8e137 (plain)
1
2
3
4
5
6
7
8
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null

int tcount;
void test(char *, const char*, int);
void foo() {
  char Buf[10];
  test(Buf, "n%%%d", tcount++);
}
OpenPOWER on IntegriCloud