summaryrefslogtreecommitdiff
path: root/tests/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib.c')
-rw-r--r--tests/lib.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/lib.c b/tests/lib.c
new file mode 100644
index 0000000..14fdd4f
--- /dev/null
+++ b/tests/lib.c
@@ -0,0 +1,8 @@
+#include "../src/lib.c"
+
+
+int
+main(void) {
+ int rc = 0;
+ return rc;
+}