Fix a case where ScalarEvolution was expanding pointer arithmetic
[oota-llvm.git] / test / FrontendC++ / 2009-08-03-Varargs.cpp
1 // RUN: %llvmgxx %s -S -emit-llvm -o - | grep _Z1az\(\.\.\.\)
2 // XFAIL: *
3 // PR4678
4 void a(...) {
5 }