Adding side stream changes to Maemian. Working to integrate full upstream libraries...
[maemian] / nokia-lintian / testset / binary / hello.c
diff --git a/nokia-lintian/testset/binary/hello.c b/nokia-lintian/testset/binary/hello.c
new file mode 100644 (file)
index 0000000..2fb04e1
--- /dev/null
@@ -0,0 +1,8 @@
+#include <stdio.h>
+#include <stdlib.h>
+
+int main(int argc, char *argv[]) {
+
+       printf("Hello, World!\n");
+       exit(0);
+}