Adding side stream changes to Maemian. Working to integrate full upstream libraries...
[maemian] / nokia-lintian / testset / debug / hello.c
diff --git a/nokia-lintian/testset/debug/hello.c b/nokia-lintian/testset/debug/hello.c
new file mode 100644 (file)
index 0000000..76f8337
--- /dev/null
@@ -0,0 +1,9 @@
+#include <stdlib.h>
+#include "libhello.h"
+
+int
+main(void)
+{
+       hello();
+       exit(0);
+}