repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[test] Remove a needless declaration of REQUIRES: target-windows
[llvm-core.git]
/
test
/
Assembler
/
2005-01-31-CallingAggregateFunction.ll
blob
a5a917d08abaadd70880b15b5e559de9f6ba3791
1
; RUN: llvm-as %s -o /dev/null
2
; RUN: verify-uselistorder %s
3
4
define void @test() {
5
call {i32} @foo()
6
ret void
7
}
8
9
declare {i32 } @foo()