aboutsummaryrefslogtreecommitdiff
path: root/tests/include
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/include/test.h b/tests/include/test.h
index 29048a7..e85acfd 100644
--- a/tests/include/test.h
+++ b/tests/include/test.h
@@ -129,6 +129,8 @@ ENUM6 test_call_etype_ptr6();
union union3 test_call_utype3();
UNION3 test_call_etype_ptr3();
+typedef struct _Kernel { char name; } *Kernel;
+
#ifdef __cplusplus
}
#endif \ No newline at end of file