1 # RUN: %clang_host -g %S/Inputs/main.c -o %t
2 # RUN: %lldb %t -s %s -o exit | FileCheck %s
6 # CHECK: Breakpoint 1: where = {{.*}}`main
10 # CHECK: Process {{.*}} stopped
11 # CHECK: stop reason = breakpoint 1
12 # CHECK: frame #0: {{.*}}`main at main.c
15 # CHECK-LABEL: thread select 1
16 # CHECK: stop reason = breakpoint 1
17 # CHECK: frame #0: {{.*}}`main at main.c