[MachineOutliner] Refactor iterating over Candidate's instructions (#78972)
[llvm-project.git] / llvm / test / Assembler / 2007-08-06-AliasInvalid.ll
blob3abdc41cd38377288a022c04d99fb071ea469727
1 ; RUN: not llvm-as < %s > /dev/null 2> %t
2 ; RUN: grep "expected top-level entity" %t
3 ; PR1577
5 @anInt = global i32 1 
6 alias i32 @anAlias
8 define i32 @main() {
9    ret i32 0