summaryrefslogtreecommitdiff
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(...) {
}