summaryrefslogtreecommitdiff
path: root/tests/good/complex-types.defs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/good/complex-types.defs')
-rw-r--r--tests/good/complex-types.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/good/complex-types.defs b/tests/good/complex-types.defs
index a10fc21..0a5c952 100644
--- a/tests/good/complex-types.defs
+++ b/tests/good/complex-types.defs
@@ -22,8 +22,8 @@ subsystem types 0;
import <stdint.h>;
import "types.h";
-type char = MACH_MSG_TYPE_BYTE;
-type intptr_t = ^char;
+type byte = MACH_MSG_TYPE_BYTE;
+type intptr_t = ^byte;
type pointer_t = ^array[] of MACH_MSG_TYPE_BYTE
ctype: vm_offset_t;