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
Merge from mainline.
[llvm-complete.git]
/
test
/
Assembler
/
2007-08-06-AliasInvalid.ll
blob
b54acec1c94b554952debe31e0d2e9e78d1d9e53
1
; RUN: not llvm-as < %s > /dev/null |& grep {Invalid type for reference to global}
2
; PR1577
3
4
@anInt = global i32 1 alias i32 @anAlias
5
define i32 @main() {
6
ret i32 0
7
}