1# REQUIRES: lua || python
2
3# RUN: %build %p/Inputs/dummy-target.c -o %t.out
4# RUN: %lldb %t.out -o 'b main' -o 'break command add 1 -o "script print(\"A R4Nd0m\" + \" Str1ng\")"' -o 'r' | FileCheck %s
5
6# CHECK: A R4Nd0m Str1ng
7# CHECK-NOT: A R4Nd0m Str1ng
8