blob: 36c06e469a936fb726c5b525e3dc34737c1e9767 [file] [log] [blame]
# XFAIL: windows
# -> llvm.org/pr21765
# RUN: %cxx %p/Inputs/call-function.cpp -g -o %t && %lldb -b -s %s -- %t | FileCheck %s
breakpoint set --file call-function.cpp --line 52
run
print str
# CHECK: Hello world
print str.c_str()
# CHECK: Hello world