[AMDGPU] Add True16 register classes.
[llvm-project.git] / lldb / test / API / source-manager / main.c
blob9f62166357ce36e2fbd0109602f3c1dc41e13602
1 #include <stdio.h>
3 int main(int argc, char const *argv[]) {
4 printf("Hello world.\n"); // Set break point at this line.
5 return 0;