1# UNSUPPORTED: system-windows 2# RUN: %clang_host -g -O0 %S/Inputs/assert.c -o %t.out 3# RUN: %lldb -b -s %s %t.out | FileCheck %s 4run 5# CHECK: thread #{{.*}}stop reason = hit program assert 6frame info 7# CHECK: frame #{{.*}}`main at assert.c 8frame recognizer info 0 9# CHECK: frame 0 is recognized by Assert StackFrame Recognizer 10set set thread-format "{${thread.stop-reason-raw}}\n" 11thread info 12# CHECK: signal SIGABRT 13q 14