summaryrefslogtreecommitdiffstats
path: root/manual tests/5 rpm/main.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--manual tests/5 rpm/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/manual tests/5 rpm/main.c b/manual tests/5 rpm/main.c
new file mode 100644
index 0000000..8b1d193
--- /dev/null
+++ b/manual tests/5 rpm/main.c
@@ -0,0 +1,8 @@
+#include<lib.h>
+#include<stdio.h>
+int main(void)
+{
+ char *t = meson_print();
+ printf("%s", t);
+ return 0;
+}