summaryrefslogtreecommitdiffstats
path: root/test cases/unit/17 prebuilt shared/another_visitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/17 prebuilt shared/another_visitor.c')
-rw-r--r--test cases/unit/17 prebuilt shared/another_visitor.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/test cases/unit/17 prebuilt shared/another_visitor.c b/test cases/unit/17 prebuilt shared/another_visitor.c
new file mode 100644
index 0000000..18e5f15
--- /dev/null
+++ b/test cases/unit/17 prebuilt shared/another_visitor.c
@@ -0,0 +1,10 @@
+#include<alexandria.h>
+#include<stdio.h>
+
+int main(int argc, char **argv) {
+ printf("Ahh, another visitor. Stay a while.\n");
+ printf("You enter the library.\n\n");
+ alexandria_visit();
+ printf("\nYou decided not to stay forever.\n");
+ return 0;
+}