1# RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s 2script 3print(95000 + 126) 4quit 5target list 6# CHECK: 95126 7# CHECK: No targets 8