blob: 6104713cde5ae75cbf3cae6fe689cdeae335c890 [file] [log] [blame]
# RUN: %build %p/Inputs/dummy-target.c -o %t.out
# RUN: %lldb %t.out -o 'b main' -o 'break command add 1 -o "script print(95000 + 126)"' -o 'r'
# CHECK: 95125
# CHECK-NOT: 95126