index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
FrontendC++
/
2009-08-03-Varargs.cpp
blob: 2e656f685434a8d1a0610ca70d2fdd2295b26f74 (
plain
)
1
2
3
4
// RUN: %llvmgxx %s -S -emit-llvm -o - | grep _Z1az\(\.\.\.\)
// PR4678
void
a
(...) {
}