Expose most of the Constant creation functions to ocaml.
[oota-llvm.git] / test / FrontendC++ / 2009-08-03-Varargs.cpp
1 // RUN: %llvmgxx %s -S -emit-llvm -o - | grep _Z1az\(\.\.\.\)
2 // PR4678
3 void a(...) {
4 }