blob: ac48c6f5160a5b62476f614f29047f5b7587f8a3 [file] [log] [blame]
# 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'