[AMDGPU] Add True16 register classes.
[llvm-project.git] / lldb / test / API / sample_test / TestSampleInlineTest.py
blobaf926de18ab34dca89e56328446f84537254e63c
1 """
2 Describe the purpose of the test here.
3 """
5 from lldbsuite.test import lldbinline
7 lldbinline.MakeInlineTest(__file__, globals(), None)