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