summaryrefslogtreecommitdiffstats
path: root/test cases/unit/17 prebuilt shared/rejected.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/17 prebuilt shared/rejected.c')
-rw-r--r--test cases/unit/17 prebuilt shared/rejected.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test cases/unit/17 prebuilt shared/rejected.c b/test cases/unit/17 prebuilt shared/rejected.c
new file mode 100644
index 0000000..9d7ac94
--- /dev/null
+++ b/test cases/unit/17 prebuilt shared/rejected.c
@@ -0,0 +1,8 @@
+#include "rejected.h"
+
+void say(void) {
+ printf("You are standing outside the Great Library of Alexandria.\n");
+ printf("You decide to go inside.\n\n");
+ alexandria_visit();
+ printf("The librarian tells you it's time to leave\n");
+}