[ConstraintElim] Add support for decomposing gep nuw (#118639)
[llvm-project.git] / llvm / test / Verifier / llvm.used-invalid-type2.ll
blobce1a2fbd49bd5e50f34ae0374395a4ce14563b44
1 ; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
2 @llvm.used = appending global i32 0, section "llvm.metadata"
4 ; CHECK: Only global arrays can have appending linkage!
5 ; CHECK-NEXT: ptr @llvm.used