Revert "[LoongArch] Eliminate the redundant sign extension of division (#107971)"
[llvm-project.git] / lldb / test / API / types / int.cpp
blob922398b1c6e35c3b868bdd8dd3aa45c105dc3b4f
1 #define T int
2 #define T_CSTR "int"
3 #define T_VALUE_1 11001110
4 #define T_VALUE_2 22002220
5 #define T_VALUE_3 33003330
6 #define T_VALUE_4 44004440
7 #define T_PRINTF_FORMAT "%i"
9 #include "basic_type.cpp"