aboutsummaryrefslogtreecommitdiff
path: root/tests/include/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include/test.h')
-rw-r--r--tests/include/test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include/test.h b/tests/include/test.h
index 8138e54..73eb951 100644
--- a/tests/include/test.h
+++ b/tests/include/test.h
@@ -109,7 +109,7 @@ ENUM2 test_call_param4(enum ENUM param1);
union UNION1 test_call_param5(float param1);
unsigned char test_call_param6(UNION2 param1);
int test_call_param7(union UNION1 param1);
-float test_call_param8(int *param1);
+float test_call_param8(int volatile *param1);
void *test_call9();
void **test_call10(int **param1);