repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix bugs section.
[llvm-complete.git]
/
test
/
Verifier
/
2003-11-21-FunctionReturningStructure.ll
blob
e1d3ba82f7f8b21c1918f82b4c282e502310d149
1
; RUN: not llvm-as -f %s -o /dev/null
2
3
4
%T = type { int }
5
6
declare %T %test()
7