repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git]
/
test
/
Assembler
/
2007-08-06-AliasInvalid.ll
blob
94095982468c86783b920452a9a3f5d7901f3487
1
; RUN: not llvm-as < %s > /dev/null |& grep {expected top-level entity}
2
; PR1577
3
4
@anInt = global i32 1
5
alias i32 @anAlias
6
7
define i32 @main() {
8
ret i32 0
9
}