diff options
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 e1d4529..2ddb58e 100644 --- a/tests/include/tast2.h +++ b/tests/include/tast2.h @@ -75,7 +75,7 @@ typedef int **(*A12)(int, int b, int *c, int *, int *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)); +typedef int (*A13)(int, int, void (*func)(void)); struct A14 { volatile char a1; }; struct A15 { char *a1; const int *a2[1]; }; |
