76f83373e6d4b34f881402fcc46c9a41f45432a8
[maemian] / nokia-lintian / testset / debug / hello.c
1 #include <stdlib.h>
2 #include "libhello.h"
3
4 int
5 main(void)
6 {
7         hello();
8         exit(0);
9 }