summaryrefslogtreecommitdiff
path: root/qa/src/qa_test.c
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
commit47e6e7c84f008a53061e661f31ae96629bc694ef (patch)
tree648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/src/qa_test.c
downloadpcp-debian/3.9.10.tar.gz
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/src/qa_test.c')
-rw-r--r--qa/src/qa_test.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/qa/src/qa_test.c b/qa/src/qa_test.c
new file mode 100644
index 0000000..8c0305d
--- /dev/null
+++ b/qa/src/qa_test.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+
+main(int argc, char *argv[]) {
+ printf("This program does nothing, and wastes a lot of space doing it!\n");
+ exit(0);
+}