Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Verifier / 2008-01-11-VarargAttrs.ll
blobaaf146f0d26872513bd4c4ba6655bddd0f026b14
1 ; RUN: not llvm-as < %s > /dev/null 2>&1
3 %struct = type {  }
5 declare void @foo(...)
7 define void @bar() {
8         call void (...) @foo(ptr sret(%struct) null )
9         ret void