summaryrefslogtreecommitdiff
path: root/test/Assembler/2007-08-06-AliasInvalid.ll
blob: 94095982468c86783b920452a9a3f5d7901f3487 (plain)
1
2
3
4
5
6
7
8
9
; RUN: not llvm-as < %s > /dev/null |& grep {expected top-level entity}
; PR1577

@anInt = global i32 1 
alias i32 @anAlias

define i32 @main() {
   ret i32 0 
}