aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/types/unsigned_char.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/types/unsigned_char.cpp')
-rw-r--r--packages/Python/lldbsuite/test/types/unsigned_char.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/types/unsigned_char.cpp b/packages/Python/lldbsuite/test/types/unsigned_char.cpp
new file mode 100644
index 000000000000..0ac555a5a183
--- /dev/null
+++ b/packages/Python/lldbsuite/test/types/unsigned_char.cpp
@@ -0,0 +1,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"