Files
llvm-6502/test/FrontendC++/2009-08-03-Varargs.cpp
Duncan Sands afc4940466 XFAIL this test since the fix was reverted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79235 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-17 12:20:45 +00:00

6 lines
100 B
C++

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