[test] Remove a needless declaration of REQUIRES: target-windows
[llvm-core.git] / test / Assembler / 2005-01-31-CallingAggregateFunction.ll
bloba5a917d08abaadd70880b15b5e559de9f6ba3791
1 ; RUN: llvm-as %s -o /dev/null
2 ; RUN: verify-uselistorder %s
4 define void @test() {
5         call {i32} @foo()
6         ret void
9 declare {i32 } @foo()