[RISCV] Add a default assignment of Inst{12-7} to RVInst16CSS. NFC
[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