xref: /llvm-project/llvm/test/Verifier/llvm.compiler_used-invalid-type.ll (revision 41d5033eb162cb92b684855166cabfa3983b74c6)
1; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
2
3@llvm.compiler.used = appending global [1 x i32] [i32 0], section "llvm.metadata"
4
5; CHECK:       wrong type for intrinsic global variable
6; CHECK-NEXT: ptr @llvm.compiler.used
7