aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/types/unsigned_short.cpp
blob: 09af2aad62c26a75bf2e9ef4ec150b25f020bf4a (plain) (blame)
1
2
3
4
5
6
7
8
9
#define T unsigned short
#define T_CSTR "unsigned short"
#define T_VALUE_1 11001
#define T_VALUE_2 22002
#define T_VALUE_3 0
#define T_VALUE_4 65535
#define T_PRINTF_FORMAT "%hu"

#include "basic_type.cpp"