14 lines · plain
1# REQUIRES: native2# UNSUPPORTED: system-darwin3# UNSUPPORTED: system-windows4# RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_FORK=vfork -o %t5# RUN: %lldb -b -s %s %t | FileCheck %s6b parent_func7b child_func8process launch9# CHECK-NOT: function run in parent10# CHECK: stop reason = breakpoint11continue12# CHECK: function run in parent13# CHECK: function run in exec'd child14