1# RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s2script3print(95000 + 126)4quit5target list6# CHECK: 951267# CHECK: No targets8