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