diff options
Diffstat (limited to 'tests/include/test.c')
| -rw-r--r-- | tests/include/test.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/include/test.c b/tests/include/test.c index 0312b4f..8990df9 100644 --- a/tests/include/test.c +++ b/tests/include/test.c @@ -60,6 +60,10 @@ void *test_call9() { return NULL; } +void **test_call10(int **param1) { + return NULL; +} + void multiline1(void) {} void *multiline2(void) { |
