[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / ScriptInterpreter / Lua / bindings.test
blobd453f11f1ec768592f50a7fcb1f70928d6ce8c91
1 # UNSUPPORTED: lldb-repro
3 # RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
4 script
5 debugger = lldb.SBDebugger.Create()
6 print("debugger is valid:", tostring(debugger:IsValid()))
7 # CHECK: debugger is valid: true