1# REQUIRES: native && (system-linux || system-netbsd) 2# RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_CLONE -o %t 3# RUN: %lldb -b -s %s %t | FileCheck %s 4b parent_func 5process launch 6# CHECK-NOT: function run in parent 7# CHECK: stop reason = breakpoint 8continue 9# CHECK: function run in parent 10# CHECK: function run in exec'd child 11