aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/types/short.cpp
blob: 470c68aa8ba7b07451402f47e8cf57ce9feffe8d (plain) (blame)
1
2
3
4
5
6
7
8
9
#define T short
#define T_CSTR "short"
#define T_VALUE_1 11001
#define T_VALUE_2 22002
#define T_VALUE_3 -32768
#define T_VALUE_4 32767
#define T_PRINTF_FORMAT "%hd"

#include "basic_type.cpp"