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
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
Assembler
/
2007-08-06-AliasInvalid.ll
blob
3abdc41cd38377288a022c04d99fb071ea469727
1
; RUN: not llvm-as < %s > /dev/null 2> %t
2
; RUN: grep "expected top-level entity" %t
3
; PR1577
4
5
@anInt = global i32 1
6
alias i32 @anAlias
7
8
define i32 @main() {
9
ret i32 0
10
}