[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Verifier / 2008-01-11-VarargAttrs.ll
blobd3eb7c72699a3eaf90abf5700cd5aa017f0caf3e
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(%struct* sret null )
9         ret void