The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
    #include <stdio.h>
    #include "b.h"
    void f1(void);
    int main(int argc, char *argv[]) {
	f1();
	printf(INC_STRING);
	return 0;
    }