aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/types/int.cpp
blob: 922398b1c6e35c3b868bdd8dd3aa45c105dc3b4f (plain) (blame)
1
2
3
4
5
6
7
8
9
#define T int
#define T_CSTR "int"
#define T_VALUE_1 11001110
#define T_VALUE_2 22002220
#define T_VALUE_3 33003330
#define T_VALUE_4 44004440
#define T_PRINTF_FORMAT "%i"

#include "basic_type.cpp"