blob: dadb5dbd0961e6858979a6cea53f86631c19a88c [file] [log] [blame]
Chris Bieneman48515582016-09-15 20:13:55 +00001# XFAIL: windows
2# -> llvm.org/pr21765
3
4# XFAIL: freebsd
5# -> llvm.org/pr17807
6
7# RUN: %cxx %p/Inputs/call-function.cpp -g -o %t && %lldb -b -s %s -- %t | FileCheck %s
8
9breakpoint set --file call-function.cpp --line 52
10run
11print str
12# CHECK: Hello world
13print str.c_str()
14# CHECK: Hello world