diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-27 10:25:48 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-27 10:25:48 -0500 |
| commit | e8baeb92294328d9750469f852816c5a47375954 (patch) | |
| tree | 55a8b21946fc3f2f04178dfe323e25c6d05ac8ad /tests | |
| parent | 0e3c2d02f9566786d106687239fc39331e72cf41 (diff) | |
| download | nimterop-bugs-1.tar.gz nimterop-bugs-1.zip | |
Fix #222bugs-1
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/include/tast2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include/tast2.h b/tests/include/tast2.h index b8433f9..019f7c4 100644 --- a/tests/include/tast2.h +++ b/tests/include/tast2.h @@ -90,7 +90,7 @@ typedef char *(*A11)[3]; typedef struct A0 *A111[12]; typedef int - **(*A12)(int, int b, int *c, int *, int *count[4], int (*func)(int, int)), + **(*A12)(int, int b, int *c, int *, int /*out*/ *count[4], int (*func)(int, int)), **(*A121)(float, float b, float *c, float *, float *count[4], float (*func)(float, float)), **(*A122)(char, char b, char *c, char *, char *count[4], char (*func)(char, char)); typedef int (*A13)(int, int, void (*func)(void)); |
