Revert "[LoongArch] Eliminate the redundant sign extension of division (#107971)"
[llvm-project.git] / lldb / test / API / functionalities / load_lazy / t1.c
blobe2fc213270626392bac69b4dc09694ca6195d134
1 extern void use();
2 int f1() { return 5; }
3 void f2() { use(); }