diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-01-28 09:36:25 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-01-28 09:36:25 -0600 |
| commit | 45c3487500659975c28b3cae0a6aa11348eab768 (patch) | |
| tree | 71b67ed5fb19e798b94721770344c049e8fe4509 /tests/include | |
| parent | b86a128456858c2669a4e7aab0899fb792b56c56 (diff) | |
| download | nimterop-45c3487500659975c28b3cae0a6aa11348eab768.tar.gz nimterop-45c3487500659975c28b3cae0a6aa11348eab768.zip | |
Fix skip bug on _, parent in Symbol
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/test.h | 2 |
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 |
