blob: dd692c02b74260d1c46f7329d9b58eacb720218f [file] [log] [blame]
; RUN: not llvm-as -disable-output < %s 2>&1 | FileCheck %s
; PR1577
; CHECK: expected top-level entity
@anInt = global i32 1
alias i32 @anAlias
define i32 @main() {
ret i32 0
}