[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / lldb / packages / Python / lldbsuite / test / 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;