1*8a3597d7SMartin Storsjö# REQUIRES: native && (target-x86 || target-x86_64) 2*8a3597d7SMartin Storsjö# RUN: %clangxx_host %p/Inputs/CommandOnCrashMultiThreaded.cpp -o %t -pthread 3*8a3597d7SMartin Storsjö# RUN: %lldb -b -o "process launch" -k "process continue" -k "exit" %t | FileCheck %s 4*8a3597d7SMartin Storsjö 5*8a3597d7SMartin Storsjö# CHECK: Process {{[0-9]+}} exited with status = 0 6