[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Error / cleanup.cpp
blob6abc62dc4af99650a1c8e846f11aae3905cac885
1 // Test CommandObject is cleaned up even after commands fail due to not taking any argument.
2 // RUN: %clang_host -g %s -o %t
3 // RUN: %lldb -f %t -o "settings set interpreter.stop-command-source-on-error false" -s \
4 // RUN: %S/Inputs/cleanup.lldbinit
5 int main() { return 0; }