llvm-6502/test/FrontendC++/2009-08-03-Varargs.cpp

5 lines
88 B
C++
Raw Normal View History

// RUN: %llvmgxx %s -S -emit-llvm -o - | grep _Z1az\(\.\.\.\)
// PR4678
void a(...) {
}