[AMDGPU] Add True16 register classes.
[llvm-project.git] / lldb / test / API / commands / command / script / import / thepackage / TPunitB.py
blob82095e538cf1f4d9b91c5cf3450b4e3774469a97
1 def command(debugger, command, result, internal_dict):
2 result.PutCString("hello world B")
3 return None