1; RUN: not llvm-as -disable-output < %s 2>&1 | FileCheck %s2; PR15773 4; CHECK: expected top-level entity5 6@anInt = global i32 17alias i32 @anAlias8 9define i32 @main() {10 ret i32 011}12