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