repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
FrontendC
/
2002-07-30-VarArgsCallFailure.c
blob
5d93947a727349a736efadad3a46da56cd89a98f
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
int
tcount
;
4
void
test
(
char
*,
const char
*,
int
);
5
void
foo
() {
6
char
Buf
[
10
];
7
test
(
Buf
,
"n%%%d"
,
tcount
++);
8
}