[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / lldb / packages / Python / lldbsuite / test / functionalities / memory-region / main.cpp
blob116c10a6c3eab5c5019b05f316a44f2ba525da28
1 #include <iostream>
3 int main (int argc, char const **argv) {
4 std::cout << "Program with sections" << std::endl;
5 return 0; // Run here before printing memory regions