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