Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / Shell / ScriptInterpreter / Lua / quit.test
blob0cef4c2f2c177deddd2549f722c5519da17ae3b2
1 # UNSUPPORTED: lldb-repro
3 # RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
4 script
5 print(95000 + 126)
6 quit
7 target list
8 # CHECK: 95126
9 # CHECK: No targets