#include #include #include "config.h" #include "hvif-light.h" int main(void) { unsigned x = 12; unsigned y = test(x); printf("This is " PACKAGE_STRING " and 2*%u = %u.\n", x, y); return EXIT_SUCCESS; }