[clang] Document the return value of __builtin_COLUMN (#118360)
[llvm-project.git] / lldb / test / Shell / ScriptInterpreter / Lua / quit.test
blobd66e17e25c73c08848def2d602977b3eb9292fe6
1 # RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
2 script
3 print(95000 + 126)
4 quit
5 target list
6 # CHECK: 95126
7 # CHECK: No targets