]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/types/long_long.cpp
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / types / long_long.cpp
1 #define T long long
2 #define T_CSTR "long long"
3
4 #ifdef __LP64__
5 #define T_VALUE_1 110011101111
6 #define T_VALUE_2 220022202222
7 #define T_VALUE_3 330033303333
8 #define T_VALUE_4 440044404444
9 #else
10 #define T_VALUE_1 110011101
11 #define T_VALUE_2 220022202
12 #define T_VALUE_3 330033303
13 #define T_VALUE_4 440044404
14 #endif
15
16 #define T_PRINTF_FORMAT "%lld"
17
18 #include "basic_type.cpp"