aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/types/unsigned_char.cpp
blob: 0ac555a5a183060713ff75211d530c47af14730b (plain) (blame)
1
2
3
4
5
6
7
8
9
#define T unsigned char
#define T_CSTR "unsigned char"
#define T_VALUE_1 '0'
#define T_VALUE_2 '9'
#define T_VALUE_3 '@'
#define T_VALUE_4 '$'
#define T_PRINTF_FORMAT "%c"

#include "basic_type.cpp"