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