1# REQUIRES: system-darwin
2# REQUIRES: python
3# RUN: %clang_host %p/Inputs/cstr.c -g -o %t
4# RUN: %lldb -b -s %s -f %t | FileCheck %s
5
6br set -p return
7command script import lldb.macosx.heap
8run
9cstr "patatino"
10
11# CHECK: {{.*}}: malloc( 16) -> {{.*}}
12