Revert "[LoongArch] Eliminate the redundant sign extension of division (#107971)"
[llvm-project.git] / lldb / test / API / functionalities / load_using_paths / main.cpp
blobd56d15dbabb3659741dda8d359502736c2e8f25f
1 #include <stdio.h>
3 int
4 main (int argc, char const *argv[])
6 printf("Break here to do the load using paths.");
7 return 0;