Revert "[LoongArch] Eliminate the redundant sign extension of division (#107971)"
[llvm-project.git] / lldb / test / API / python_api / symbol-context / two-files / decls.h
blob7c80458420629092d6ed94220288b229fc716284
1 struct struct1 {
2 ~struct1();
3 static void f();
4 };
6 struct struct2 {
7 ~struct2();
8 static void f();
9 };
11 int g();