brintos

brintos / llvm-project-archived public Read only

0
0
Text · 281 B · ca83db0 Raw
4 lines · plain
1# RUN: %clangxx_host %p/Inputs/call-function.cpp -g -o %t2# RUN: %lldb %t -o 'r' -o 'expr strlen("")' 2>&1 | FileCheck %s3# CHECK: error: unable to evaluate expression while the process is exited: the process must be stopped because the expression might require allocating memory.4