diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-01-22 11:14:32 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-01-22 11:14:32 -0600 |
| commit | bf685d1dfc356f41e07e8c42e28969381452df7e (patch) | |
| tree | 1b873f7ff98b793c0a3c3c12e75e79b41be4604d /tests/include/test.c | |
| parent | f9d0514ad453077f13073562f393921fe49c8ec2 (diff) | |
| download | nimterop-bf685d1dfc356f41e07e8c42e28969381452df7e.tar.gz nimterop-bf685d1dfc356f41e07e8c42e28969381452df7e.zip | |
Fix #58
Diffstat (limited to 'tests/include/test.c')
| -rw-r--r-- | tests/include/test.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/include/test.c b/tests/include/test.c index 162645c..0312b4f 100644 --- a/tests/include/test.c +++ b/tests/include/test.c @@ -58,4 +58,12 @@ float test_call_param8(int *param1) { void *test_call9() { return NULL; -}
\ No newline at end of file +} + +void multiline1(void) {} + +void *multiline2(void) { + return NULL; +} + +void multiline3(void) {} |
