From 45c3487500659975c28b3cae0a6aa11348eab768 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Mon, 28 Jan 2019 09:36:25 -0600 Subject: Fix skip bug on _, parent in Symbol --- tests/include/test.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/include') 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 -- cgit v1.2.3