1# REQUIRES: native && system-linux 2# RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_CLONE -o %t 3# RUN: %lldb -b -s %s %t | FileCheck %s 4settings set target.process.follow-fork-mode child 5settings set target.process.stop-on-exec false 6b parent_func 7process launch 8# CHECK: function run in exec'd child 9