11 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_func5process launch6# CHECK-NOT: function run in parent7# CHECK: stop reason = breakpoint8continue9# CHECK: function run in parent10# CHECK: function run in exec'd child11