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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/include/test.h b/tests/include/test.h
index a8a5b74..12f052c 100644
--- a/tests/include/test.h
+++ b/tests/include/test.h
@@ -109,6 +109,12 @@ int test_call_param7(union UNION1 param1);
float test_call_param8(int *param1);
void *test_call9();
+// Issue #58
+void
+ multiline1(void),
+ *multiline2(void),
+ multiline3(void);
+
#ifdef __cplusplus
}
#endif \ No newline at end of file