diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-03-30 15:46:34 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-03-30 15:46:34 -0500 |
| commit | e06917f40f5bd3a4b4bec51d05d85dffa4eb5867 (patch) | |
| tree | 58e887f548d0a6276dcc35a686d523420f544a1c /tests/include | |
| parent | 8b9c39f42eec79607392c81538e08da1b814809a (diff) | |
| download | nimterop-e06917f40f5bd3a4b4bec51d05d85dffa4eb5867.tar.gz nimterop-e06917f40f5bd3a4b4bec51d05d85dffa4eb5867.zip | |
c2nImport ret, del specials from header, cache if exec not die, ast2 type pragma improvements
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/tast2.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/include/tast2.h b/tests/include/tast2.h index 8e84b01..db539c7 100644 --- a/tests/include/tast2.h +++ b/tests/include/tast2.h @@ -19,6 +19,10 @@ struct A0 { int f1; }; +struct A4 { + float f1; +}; + typedef char *A9p[3]; //, A9[4]; typedef char *A10[3][6]; typedef char *(*A11)[3]; @@ -127,6 +131,10 @@ struct A0 { int f1; }; +struct A4 { + float f1; +}; + typedef char *A9p[3]; //, A9[4]; typedef char *A10[3][6]; typedef char *(*A11)[3]; |
