12 lines · plain
1# REQUIRES: native && (system-linux || system-netbsd)2# RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_CLONE -o %t3# RUN: %lldb -b -s %s %t | FileCheck %s4b parent_func5b child_func6process launch7# CHECK-NOT: function run in parent8# CHECK: stop reason = breakpoint9continue10# CHECK: function run in parent11# CHECK: function run in exec'd child12