upgrade rpm version to 4.14.1
[platform/upstream/rpm.git] / tests / data / SOURCES / hello.c
1 #include <stdio.h>
2
3 int
4 main (void)
5 {
6   printf ("Hello, world!\n");
7   return 0;
8 }