llvm-project/lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Inputs/main.c

9 lines
80 B
C

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