1 2 3 4 5 6 7
#include <config.h> #include <stdio.h> int main (void) { puts("executing binary for " PACKAGE_STRING); return 0; }