mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
New testcase distilled from trying to compile burg with LLVM
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3148 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e1749bbf8
commit
fd5951c16b
6
test/CFrontend/2002-07-30-VarArgsCallFailure.c
Normal file
6
test/CFrontend/2002-07-30-VarArgsCallFailure.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
int tcount;
|
||||
void foo() {
|
||||
char Buf[10];
|
||||
sprintf(Buf, "n%%%d", tcount++);
|
||||
}
|
Loading…
Reference in New Issue
Block a user