1 ; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s 2 3 @llvm.used = appending global [1 x i32] [i32 0], section "llvm.metadata" 4 5 ; CHECK: wrong type for intrinsic global variable 6 ; CHECK-NEXT: [1 x i32]* @llvm.used 7