2 # UNSUPPORTED: system-darwin
3 # UNSUPPORTED: system-windows
4 # RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_FORK=vfork -o %t
5 # RUN: %lldb -b -s %s %t | FileCheck %s
9 # CHECK-NOT: function run in parent
10 # CHECK: stop reason = breakpoint
12 # CHECK: function run in parent
13 # CHECK: function run in exec'd child