aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/types/unsigned_short.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/types/unsigned_short.cpp')
-rw-r--r--packages/Python/lldbsuite/test/types/unsigned_short.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/types/unsigned_short.cpp b/packages/Python/lldbsuite/test/types/unsigned_short.cpp
new file mode 100644
index 000000000000..09af2aad62c2
--- /dev/null
+++ b/packages/Python/lldbsuite/test/types/unsigned_short.cpp
@@ -0,0 +1,9 @@
+#define T unsigned short
+#define T_CSTR "unsigned short"
+#define T_VALUE_1 11001
+#define T_VALUE_2 22002
+#define T_VALUE_3 0
+#define T_VALUE_4 65535
+#define T_PRINTF_FORMAT "%hu"
+
+#include "basic_type.cpp"