llvm/lldb/test/API/macosx/DBGSourcePathRemapping/Inputs/main.c

void relative();

int main()
{
  relative();
  // Hello Absolute!
  return 0;
}