brintos

brintos / llvm-project-archived public Read only

0
0
Text · 141 B · af85244 Raw
3 lines · plain
1# RUN: %lldb --script-language lua -o 'script foo = 1010' -o 'script bar = 101' -o 'script print(foo+bar)' 2>&1 | FileCheck %s2# CHECK: 11113