1# RUN: %build %p/Inputs/dummy-target.c -o %t.out
2# RUN: %lldb %t.out -o 'b main' -o 'break command add 1 -o "script print(95000 + 126)"' -o 'r'
3
4# CHECK: 95125
5# CHECK-NOT: 95126
6