summaryrefslogtreecommitdiffstats
path: root/lldb/lit/Expr/TestCallCppSym.test
blob: ac48c6f5160a5b62476f614f29047f5b7587f8a3 (plain)
1
2
3
4
5
6
# RUN: %cxx %p/Inputs/basic.cpp -g -o %t && %lldb -b -s %s -- %t 2>&1 | FileCheck %s

breakpoint set --file basic.cpp --line 12
run
call (int)_Znwm(23)
# CHECK: error: use of undeclared identifier '_Znwm'
OpenPOWER on IntegriCloud