llvm-for-llvmta/test/Assembler/invalid_cast4.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

5 lines
144 B
LLVM

; RUN: not llvm-as < %s 2>&1 | FileCheck %s
; CHECK: invalid cast opcode for cast from 'i64' to 'i64'
@0 = global i64* inttoptr (i64 0 to i64)