[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / lldb / packages / Python / lldbsuite / test / macosx / DBGSourcePathRemapping / Inputs / relative.c
blob02331834cf21f196c313d0b220115218fc697377
1 void stop() {}
2 void relative() {
3 stop();
4 // Hello Relative!