xref: /llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/quit.test (revision 88591aa0ca7e4d99da353d49f91ea63e43fb55e0)
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