aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/types/char.cpp
blob: 584582ed9b9c822fac7e44d7428a674c7541690d (plain) (blame)
1
2
3
4
5
6
7
8
9
#define T char
#define T_CSTR "char"
#define T_VALUE_1 'a'
#define T_VALUE_2 'b'
#define T_VALUE_3 '!'
#define T_VALUE_4 '~'
#define T_PRINTF_FORMAT "%c"

#include "basic_type.cpp"