llvm/lldb/test/API/functionalities/load_using_paths/main.cpp

#include <stdio.h>

int
main (int argc, char const *argv[])
{
    printf("Break here to do the load using paths.");
    return 0;
}