Adding side stream changes to Maemian. Working to integrate full upstream libraries...
[maemian] / nokia-lintian / testset / debug / libhello.c
diff --git a/nokia-lintian/testset/debug/libhello.c b/nokia-lintian/testset/debug/libhello.c
new file mode 100644 (file)
index 0000000..e2f8409
--- /dev/null
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+void
+hello(void)
+{
+       printf("Hello, World!\n");
+}