1#include <stdio.h>
2
3int
4main (int argc, char const *argv[])
5{
6 printf(format: "Break here to do the load using paths.");
7 return 0;
8}
9

source code of lldb/test/API/functionalities/load_using_paths/main.cpp