summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/types/unsigned_int.cpp
blob: 1b307b04afc11552180aa3f10e97b3677378894b (plain)
1
2
3
4
5
6
7
8
9
#define T unsigned int
#define T_CSTR "unsigned 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 "%u"

#include "basic_type.cpp"
OpenPOWER on IntegriCloud