Adding side stream changes to Maemian. Working to integrate full upstream libraries...
[maemian] / nokia-lintian / testset / diffs / binary.c
diff --git a/nokia-lintian/testset/diffs/binary.c b/nokia-lintian/testset/diffs/binary.c
new file mode 100644 (file)
index 0000000..5e0d16c
--- /dev/null
@@ -0,0 +1,5 @@
+#include <stdio.h>
+
+int main () {
+  printf("Helooooooo nurse! :)\n");
+}