blob: 94095982468c86783b920452a9a3f5d7901f3487 [file] [log] [blame]
; 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
}