Home | History | Annotate | Download | only in Assembler
      1 ; RUN: not llvm-as < %s > /dev/null |& grep {expected top-level entity}
      2 ; PR1577
      3 
      4 @anInt = global i32 1 
      5 alias i32 @anAlias
      6 
      7 define i32 @main() {
      8    ret i32 0 
      9 }
     10