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 a dead bool.
[llvm/avr.git]
/
test
/
FrontendC++
/
2009-08-03-Varargs.cpp
blob
cea3894c84e6814e8ae268dba0e742114f92b81e
1
// RUN: %llvmgxx %s -S -emit-llvm -o - | grep _Z1az\(\.\.\.\)
2
// XFAIL: *
3
// PR4678
4
void
a
(...) {
5
}