1void relative();
2
3int main()
4{
5 relative();
6 // Hello Absolute!
7 return 0;
8}
9

source code of lldb/test/API/macosx/DBGSourcePathRemapping/Inputs/main.c