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

9 lines
132 B
C++

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