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