summaryrefslogtreecommitdiff
path: root/tests/base_types.defs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/base_types.defs')
-rw-r--r--tests/base_types.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/base_types.defs b/tests/base_types.defs
new file mode 100644
index 0000000..a226056
--- /dev/null
+++ b/tests/base_types.defs
@@ -0,0 +1,4 @@
+type int = MACH_MSG_TYPE_INTEGER_32;
+type int64_t = MACH_MSG_TYPE_INTEGER_64;
+type int32_t = MACH_MSG_TYPE_INTEGER_32;
+type mach_port_t = MACH_MSG_TYPE_COPY_SEND;