[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / lldb / packages / Python / lldbsuite / test / macosx / DBGSourcePathRemapping / Inputs / main.c
blob41a6a46c926107797c31abe308c706a9db88da24
1 void relative();
3 int main()
5 relative();
6 // Hello Absolute!
7 return 0;