brintos

brintos / llvm-project-archived public Read only

0
0
Text · 414 B · 19ca404 Raw
10 lines · plain
1// UNSUPPORTED: system-linux, system-windows2//3// RUN: %clangxx_host %p/Inputs/objc-cast.cpp -g -o %t4// RUN: %lldb %t \5// RUN:   -o "b main" -o run -o "expression --language objc -- *(id)0x1" \6// RUN:   2>&1 | FileCheck %s7 8// CHECK: (lldb) expression --language objc -- *(id)0x19// CHECK: error:{{.*}}Couldn't apply expression side effects : Couldn't dematerialize a result variable: couldn't read its memory10