Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Assembler / 2008-01-11-VarargAttrs.ll
blob04993eb661d120687f6f595a5b5caf42303625b6
1 ; RUN: llvm-as < %s | llvm-dis | grep byval
2 ; RUN: verify-uselistorder %s
4         %struct = type {  }
6 declare void @foo(...)
8 define void @bar() {
9         call void (...) @foo(ptr byval(%struct) null )
10         ret void