summaryrefslogtreecommitdiffstats
path: root/manual tests/5 rpm/lib.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--manual tests/5 rpm/lib.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/manual tests/5 rpm/lib.c b/manual tests/5 rpm/lib.c
new file mode 100644
index 0000000..efc230a
--- /dev/null
+++ b/manual tests/5 rpm/lib.c
@@ -0,0 +1,6 @@
+#include"lib.h"
+
+char *meson_print(void)
+{
+ return "Hello, world!";
+}