1#define T char
2#define T_CSTR "char"
3#define T_VALUE_1 'a'
4#define T_VALUE_2 'b'
5#define T_VALUE_3 '!'
6#define T_VALUE_4 '~'
7#define T_PRINTF_FORMAT "%c"
8
9#include "basic_type.cpp"
10

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of lldb/test/API/types/char.cpp