brintos

brintos / llvm-project-archived public Read only

0
0
Text · 299 B · 0838639 Raw
8 lines · plain
1# RUN: echo ':quit' | %lldb -x --repl -O 'expr 42' -S %S/Inputs/Print2.in -o 'expr 999999' -s %s 2>&1 | FileCheck %s2# CHECK: {{w}}arning: commands specified to run after file load (via -o or -s) are ignored in REPL mode3# CHECK: (int) $0 = 424# CHECK: (int) $1 = 25# CHECK-NOT: 9999996 7expr 9999998