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