bolt/deps/llvm-18.1.8/lldb/test/Shell/Expr/TestExited.test
2025-02-14 19:21:04 +01:00

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.