================ @@ -0,0 +1,10 @@ +; RUN: not llvm-as --disable-output %s 2>&1 | FileCheck %s -DFILE=%s + + at B = external global i32 + +*/ ---------------- jurahul wrote: I have fixed this now. Will add a comment of what the fix was. https://github.com/llvm/llvm-project/pull/111554