brintos

brintos / llvm-project-archived public Read only

0
0
Text · 184 B · dd692c0 Raw
12 lines · plain
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