aboutsummaryrefslogtreecommitdiff
path: root/tests/include/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include/test.c')
-rw-r--r--tests/include/test.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/include/test.c b/tests/include/test.c
index 18e444f..e9cb2aa 100644
--- a/tests/include/test.c
+++ b/tests/include/test.c
@@ -75,3 +75,11 @@ void *multiline2(void) {
}
void multiline3(void) {}
+
+int weirdfunc(char ***apple) {
+ return 1;
+}
+
+int weirdfunc2(char **apple) {
+ return 2;
+}