summaryrefslogtreecommitdiff
path: root/test/test1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test1.c')
-rw-r--r--test/test1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test1.c b/test/test1.c
index ac55d19..8a36fe1 100644
--- a/test/test1.c
+++ b/test/test1.c
@@ -36,3 +36,6 @@ int fun1(const int x,int*** y)
else return MAX123;
}
long fun2(const char* zz) { return (long)zz; }
+void funb(bool bool1)
+{
+}