[libc++] Remove duplicated _LIBCPP_HIDE_FROM_ABI from a few declarations (#122323)
[llvm-project.git] / lldb / test / API / commands / command / script / cmd_file.lldb
blob1589a7cfe0b8d90e549b679ea59fe02ccc2186bf
1 command script add my_cmd
2 result.PutCString("My Command Result")
3 result.SetStatus(lldb.eReturnStatusSuccessFinishResult)
4 DONE