summaryrefslogtreecommitdiff
path: root/tests/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.c')
-rw-r--r--tests/test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test.c b/tests/test.c
index b4f23670..1249721e 100644
--- a/tests/test.c
+++ b/tests/test.c
@@ -20,3 +20,8 @@ uw_Basis_unit uw_Test_print(uw_context ctx) {
printf("Hi there!\n");
return uw_unit_v;
}
+
+uw_Basis_unit uw_Test_foo(uw_context ctx) {
+ printf("FOO!\n");
+ return uw_unit_v;
+}