First attempt at "make check".
[platform/upstream/rpm.git] / tests / hello-test / hello-1.0 / hello.c
1 int
2 main()
3 {
4         printf("hello\n");
5 }