[clang] Document the return value of __builtin_COLUMN (#118360)
[llvm-project.git] / lldb / test / Shell / ScriptInterpreter / Lua / bindings.test
blobf53f46b54da2a357e52265e843d6da71cbde522f
1 # RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
2 script
3 debugger = lldb.SBDebugger.Create()
4 print("debugger is valid:", tostring(debugger:IsValid()))
5 # CHECK: debugger is valid: true