llvm-project/lldb/test/functionalities/command_script/import/thepackage/TPunitB.py

4 lines
105 B
Python

def command(debugger, command, result, internal_dict):
result.PutCString(u"hello world B")
return None