1; RUN: not llvm-as < %s > /dev/null 2> %t 2; RUN: grep "expected top-level entity" %t 3; PR1577 4 5@anInt = global i32 1 6alias i32 @anAlias 7 8define i32 @main() { 9 ret i32 0 10} 11