aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/load_using_paths/main.cpp
blob: d56d15dbabb3659741dda8d359502736c2e8f25f (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

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