Fixed some bugs.
[llvm/zpu.git] / test / Assembler / 2008-01-11-VarargAttrs.ll
blobc0aedc80b4c3577f47fc85e2c3481a7974038201
1 ; RUN: llvm-as < %s | llvm-dis | grep byval
3         %struct = type {  }
5 declare void @foo(...)
7 define void @bar() {
8         call void (...)* @foo(%struct* byval null )
9         ret void