blob: d66e17e25c73c08848def2d602977b3eb9292fe6 [file] [log] [blame] [edit]
# RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
script
print(95000 + 126)
quit
target list
# CHECK: 95126
# CHECK: No targets