[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / ScriptInterpreter / Lua / Inputs / watchpoint3.in
blobf780e0af9c7396d3d7014ce93fb3e1eee1339f2e
1 breakpoint set -p "Break here"
3 watchpoint set expr 0x00
4 watchpoint command add -s lua
5 print("never triggers")
6 quit
8 # CHECK-NOT: never triggers